
.section-header {
  display: flex;
  flex-direction: column;

  h2,
  &__chapter {
    @include font-style($section-header--font-style, $section-header--font-style-l );
  }

  .block__header + .block__content {
    margin-top: 0;
  }
}

@include viewport--l {
  .section-header {
    flex-direction: row;
    padding-top: $spacing--xxl;
    padding-bottom: $spacing--l;
  }
}

@include content-items-bg-map
