/* COLORS  ********************************/
.hero-section-news {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.hero-section-news .container .wrapper {
  width: 45%;
}
.hero-section-news .container .wrapper h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.90625vw;
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: 0.78125vw;
  text-transform: uppercase;
  color: #F9B233;
  margin-bottom: 1.5625vw;
}
.hero-section-news .container .wrapper p {
  margin-bottom: 1.40625vw;
  color: #ffffff;
}

@media (max-width: 820px) {
  .hero-section-news {
    padding-top: 26.6666666667vw;
    padding-bottom: 13.3333333333vw;
    height: auto;
  }
  .hero-section-news .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-section-news .container .wrapper {
    width: 100%;
  }
  .hero-section-news .container .wrapper__left h1 {
    font-size: 9.6vw;
    margin-bottom: 5.3333333333vw;
    letter-spacing: 2.6666666667vw;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
  }
  .hero-section-news .container .wrapper__left p {
    margin-bottom: 3.2vw;
  }
  .hero-section-news .container .scroll-box {
    display: none;
  }
}
@media (min-width: 1024px) and (max-height: 720px) {
  .hero-section-news {
    min-height: 100vh;
    height: auto;
    padding-top: 6.25vw;
  }
}

/*# sourceMappingURL=news-hero-section.css.map */
