.sale {
  background-color: #cae3ec;
}

.sale__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100% !important;
  height: 400px !important;
  background-image: url("../img/sale/sale-20.png");
  background-repeat: no-repeat;
  background-position: right;
}

.sale__title {
  font-family: 'Roboto Thin', sans-serif;
  margin-top: 85px;
  font-size: 90px;
  color: #ffffff;
}

.sale__subtitle {
  font-family: 'Roboto Light', sans-serif;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 65px;
}

.sale__btn {
  text-decoration: none;
  color: #6e909d;
  font-size: 12px;
  letter-spacing: 2.4px;
  background-color: #fff;
  border: none;
  width: 226px;
  height: 52px;
  border-radius: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 972px) {
  .sale__slide {
    background-position: 100px;
  }
}

@media (max-width: 782px) {
  .sale__title {
    font-size: 48px;
    margin-top: 98px;
  }
  .sale__subtitle {
    font-size: 12px;
    margin-bottom: 51px;
  }
}
/*# sourceMappingURL=sale.css.map */