.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .section-header h2, .section-header__chapter {
    font-family: Montserrat-SemiBold, arial, sans-serif;
    font-size: 32px;
    text-transform: none;
    line-height: 40px; }
    @media (min-width: 941px) {
      .section-header h2, .section-header__chapter {
        font-family: Montserrat-SemiBold, arial, sans-serif;
        font-size: 40px;
        text-transform: none;
        line-height: 45px; } }
  .section-header .block__header + .block__content {
    margin-top: 0; }

@media (min-width: 941px) {
  .section-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 130px;
    padding-bottom: 50px; } }

.section-header__chapter {
  color: #ff661a; }

.section-header__title {
  color: #2e2e2e; }

/*# sourceMappingURL=section-header.css.map */
