/* OFFER */

h1.offer {
  font-size: 2rem;
  line-height: 1.1;
}

small {
  font-size: 60%;
}

.quality-sticker {
  font-size: larger;
}

span.vip-text, 
span.sub-text {
  letter-spacing: .5px !important;
  text-wrap: nowrap;
}

h2#upsell {
  font-size: 8em;
}

.vip-text-carousel {
  font-size: x-small;
}

@media (max-width: 414px) {
  .quality-text {
    font-size: x-small !important;
  }
}

@media (min-width: 576px) {
  h1.offer {
    font-size: 2.5rem;
  }
  .sub_text_new {
    text-transform: uppercase;
  }
}

@media (min-width: 768px) {

  h1.offer {
    font-size: 3.25rem;
  }

  small {
    font-size: 65%;
  }

  .quality-sticker {
    font-size: x-large;
  }

  span.vip-text {
    font-size: x-small;
  }

  .vip-text-carousel {
    font-size: small;
  }
}

@media (min-width: 992px) {
  h1.offer {
    font-size: 4.25rem;
  }

  h2#upsell {
    font-size: 11em;
  }

  .quality-sticker {
    font-size: xx-large;
  }
  
  span.vip-text {
    font-size: small;
  }
}

@media (min-width: 1200px) {

  h1.offer {
    font-size: 4.75rem;
  }
}