.hero-banner {
  height: 70vw;
  max-height: 365px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-banner .hero-banner-content {
  position: absolute;
  bottom: 80px;
  left: 30px;
  height: 117px;
  width: 570px;
}
@media screen and (max-width: 575px) {
  .hero-banner .hero-banner-content {
    left: 15px;
  }
}
.hero-banner .hero-banner-content h1 {
  color: #fff;
  background-color: #DD370E;
  display: block;
  margin: 0;
  font-size: 19px;
  padding: 0 20px;
  line-height: 36px;
  text-align: left;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: 0;
  height: 36px;
}
.hero-banner .hero-banner-content h2 {
  color: #DD370E;
  background-color: #ffffff;
  display: block;
  margin: 0;
  font-size: 39px;
  line-height: 42px;
  padding: 12px 20px;
  text-align: left;
  font-weight: 600;
  position: absolute;
  top: 36px;
  left: 0;
  min-width: 198px;
}
@media screen and (max-width: 900px) {
  .hero-banner .hero-banner-content h2 {
    font-size: 27px;
    line-height: 32px;
  }
}
@media screen and (max-width: 575px) {
  .hero-banner .hero-banner-content h2 {
    font-size: 20px;
  }
}

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