.footer-banners {
  margin: 20px 0px !important;
}
.footer-banners .footer-banner {
  width: 100%;
}
.small-banner {
  padding: 34px 50px;
  background-image: url("/user/documents/upload/reviews/viteze.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.small-banner__top {
  margin: 0;
  margin-bottom: 10px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.small-banner__start {
  margin: 0;
  padding: 4px 8px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  border-radius: 6px;
  background: #d31d1d;
}

.small-banner__bottom {
  margin: 0;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .small-banner {
    padding: 20px 30px;
  }
  .small-banner__top {
    font-size: 22px;
    line-height: 150%;
  }

  .small-banner__start {
    font-size: 22px;
    line-height: 150%;
  }

  .small-banner__bottom {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .small-banner {
    padding: 20px 30px;
    background-position: right 20% center;
  }
  .small-banner__top {
    font-size: 20px;
    line-height: 150%;
  }

  .small-banner__start {
    font-size: 20px;
    line-height: 150%;
  }

  .small-banner__bottom {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .small-banner {
    padding: 15px 20px;
    background-position: right 20% center;
  }
  .small-banner__top {
    font-size: 16px;
    line-height: 150%;
  }

  .small-banner__start {
    font-size: 16px;
    line-height: 150%;
  }

  .small-banner__bottom {
    font-size: 12px;
  }
}
