.section--hero-banner-small .hero-banner__slide {
  height: 445px;
}

.section--hero-banner-small .hero-banner__content {
  padding-bottom: 60px;
}

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

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

  .section--hero-banner-small .hero-banner__content {
    padding-bottom: 40px;
  }
}
