.w153c-hero-style1 {
  height: auto !important;
  min-height: calc( 100vh - var(--w153c-size__header) ) !important;
  min-height: calc( 100svh - var(--w153c-size__header) ) !important;
}

.w153c-hero-style1--auto {
  min-height: auto !important;
}

.w153c-hero-style1__inner {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.w153c-hero-style1--auto .w153c-hero-style1__inner {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.w153c-hero-style1__image img {
  width: auto !important;
  max-height: 90px !important;
}

@media (max-width: 1600px) {
  .w153c-hero-style1__title h1 {
    font-size: 40px !important;
  }

  .w153c-hero-style1__subtitle {
    font-size: 20px !important;
  }
}

@media (max-width: 800px) {
  .w153c-hero-style1__title h1 {
    font-size: 32px !important;
  }

  .w153c-hero-style1__subtitle {
    font-size: 17px !important;
  }
}

@media (orientation: portrait) {
  .w153c-hero-style1 {
    min-height: auto !important;
  }

  .w153c-hero-style1__inner,
  .w153c-hero-style1--auto .w153c-hero-style1__inner {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
