.section--hero-banner-medium .hero-banner__slide {
  height: 750px;
}

.section--hero-banner-medium .hero-banner__content {
  padding-bottom: 150px;
}

@media screen and (min-width: 990px) {
  .section--hero-banner-medium .hero-banner__content {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 749px) {
  .section--hero-banner-medium .hero-banner__slide {
    height: 500px;
  }

  .section--hero-banner-medium .hero-banner__content {
    padding-bottom: 100px;
  }
}
