/*
.class {
  property: value;

  @include tablet-small {
    property: value;
  }
}
*/
.news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 272px;
  margin-bottom: 4rem;
}

.news-header .news-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news-header__title h6 {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.news-header__slogan {
  margin: 24px 0 16px;
}

.news-header__slogan h1 {
  font-weight: 800;
  font-size: 40px;
  line-height: 44px;
}

.news-header__subtitle {
  margin-top: 1rem;
}

.news-header__subtitle h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}

@media (min-width: 768px) {
  .news-header__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 20vh;
    margin: 150px auto 10px;
  }
  .news-header__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 992px) {
  .news-header__slogan h1 {
    font-size: 60px;
    line-height: 68px;
  }
  .news-header__subtitle h5 {
    font-size: 28px;
    line-height: 40px;
  }
}
/*# sourceMappingURL=header-styles.css.map */