.banner {
  min-height: 650px;
  padding-top: 70px;
  background: url("../images/banner/bg-banner-sm.jpg") no-repeat center bottom/cover;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .banner {
    aspect-ratio: 2.2/1;
    padding-top: 150px;
    background-image: url("../images/banner/bg-banner.jpg");
    text-align: left;
  }
}
@media (min-width: 768px) {
  .banner__content {
    width: 50%;
  }
}
.banner__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .banner__title {
    font-size: 32px;
  }
}
.banner__subtitle {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .banner__subtitle {
    font-size: 24px;
  }
}
.banner__discount {
  font-size: 16px;
  text-align: center;
  width: fit-content;
  margin: 24px auto;
  padding-inline: 40px;
  background: url("../images/banner/banner-decor-left.svg") no-repeat right 100% center, url("../images/banner/banner-decor-right.svg") no-repeat left 100% center;
}
@media (min-width: 768px) {
  .banner__discount {
    margin: 40px auto;
    font-size: 25px;
  }
}
.banner .discount-code {
  display: inline-block;
  padding: 3px 30px;
  color: #71e47f;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 10px;
  border: solid 1px #71e47f;
  border-radius: 8px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .banner .discount-code {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .banner .common-btn {
    margin: 0 auto;
  }
}
