.home-hero-pattern {
  min-height: unset !important;
  aspect-ratio: 16/8.12 !important;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.home-hero-pattern .wp-block-cover__inner-container {
  align-self: flex-end;
  width: 100%;
  padding-bottom: 80px;
}
.home-hero-pattern__caption {
  color: var(--white-color);
  font-size: var(--text-x-large);
  font-weight: 500;
  margin: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.32);
}
@media (min-width: 1600px) {
  .home-hero-pattern {
    aspect-ratio: 16/7.45 !important;
  }
}
@media (max-width: 767px) {
  .home-hero-pattern .wp-block-cover__inner-container {
    padding-bottom: 48px;
  }
}

/*# sourceMappingURL=home-hero.css.map */
