.wrap-content {
  padding-top: 125px !important;
}

.w-100{
  text-decoration: none;
}

.discount-banner {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 60px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0 10px;
  background: none;
}

.discount-banner__bg {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: 50% 50%;
}

.discount-banner__inner {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;
  padding: 0;
  float: none;
  color: #000000;
  text-align: left;
}

.discount-banner__text {
  display: flex;
  align-items: center;

  margin-right: 20px;
  padding: 5px 0;
}

.discount-banner__title {
  font-size: 32px;
  margin-right: 20px;
  font-weight: 700;
}

.discount-banner__subtitle {
  font-size: 24px;
  font-weight: 300;
}

.discount-banner__img {
  height: 100%;
}

@media (max-width: 767px) {
  .wrap-content {
    padding-top: 70px !important;
  }

  .discount-banner__title {
    font-size: 22px;
  }

  .discount-banner__subtitle {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .discount-banner__text {
    flex-direction: column;
    align-items: flex-start;
  }

  .discount-banner__subtitle {
    font-size: 12px;
  }
}
