.home_hero {
  min-height: calc(100dvh - 80px);
  background-image: url("/wp-content/uploads/2026/03/home_hero_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .home_hero {
    min-height: calc(100dvh - 70px);
  }
}
.home_hero_bottom {
  height: 504px;
  max-width: 1920px;
  background-image: url("/wp-content/uploads/2026/04/bg-scaled.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media (max-width: 575.98px) {
  .home_hero_bottom {
    height: 390px;
  }
}

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