.promo {
  position: relative;
  padding-top: 25rem;
  margin-bottom: 9.6875rem;
}
.promo__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.promo__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.promo__container {
  max-width: 58.125rem;
  margin: 0 auto;
  text-align: center;
}
.promo__title {
  background: linear-gradient(174deg, #fff8f8 0%, #ffc0c0 77.46%, #ff7f7f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}
.promo__text {
  background: linear-gradient(143deg, #fff 0%, #ffd1d1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promo__button {
  margin-top: 2.375rem;
}
.promo__button .btn {
  min-width: 17.875rem;
}
@media (max-width: 768px) {
  .promo {
    padding-top: 297px;
    margin-bottom: 135px;
  }
  .promo__bg {
    height: 750px;
  }
  .promo__text br {
    display: none;
  }
  .promo__button {
    min-width: 309px;
  }
}
/*# sourceMappingURL=promo.css.map */