.block-hero-banner .hp-banner-title {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 992px) {
  .block-hero-banner .hp-banner-title {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .block-hero-banner .hp-banner-title {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.block-hero-banner .small-txt {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
  display: block;
}
@media (min-width: 1200px) {
  .block-hero-banner .small-txt {
    font-size: 2.5rem;
    line-height: 3.0625rem;
  }
}
.block-hero-banner .banner-rating {
  max-width: 15rem;
  margin: 0 auto 1.5rem;
  padding: 0.375rem 0.625rem;
}
@media (min-width: 768px) {
  .block-hero-banner .banner-rating {
    max-width: 36.5625rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .block-hero-banner .banner-rating {
    padding: 1.0625rem 1.25rem;
    margin: 0 0 1.5rem;
  }
}
@media (max-width: 1199px) {
  .block-hero-banner .btn {
    padding: 1.1rem 2.21438rem;
  }
}