.section-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
}
.section-header__title {
  font-family: "Work Sans", sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 30px 20px 15px 0;
}
.section-header__title--about-us {
  color: #d9d9d9;
}
.section-header__title--services {
  color: #353d51;
}
.section-header__title--carrer {
  color: #c3c3c3;
}
.section-header__subtitle {
  font-family: "Work Sans", sans-serif;
  font-size: 2em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 20px 25px 0;
}
.section-header__subtitle--about-us {
  color: #131e39;
}
.section-header__subtitle--services {
  color: #fff;
}
.section-header__subtitle--carrer {
  color: #131e39;
}
.section-header__line {
  width: 160px;
  height: 1px;
}
.section-header__line--about-us {
  background: #b9032e;
}
.section-header__line--services {
  background: #fff;
}
.section-header__line--carrer {
  background: #b9032e;
}

@media screen and (min-width: 769px) {
  .section-header {
    max-width: 1140px;
    padding-left: 20px;
  }
  .section-header__title {
    font-size: 4em;
    font-weight: 400;
    padding: 30px 20px 15px 0;
  }
  .section-header__subtitle {
    font-family: "Work Sans", sans-serif;
    font-size: 2.8em;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 20px 25px 0;
  }
  .section-header__line {
    width: 260px;
    height: 1px;
  }
}
@media screen and (min-width: 1200px) {
  .section-header {
    padding-left: 0;
  }
}

/*# sourceMappingURL=common.css.map */
