.promo {
  padding-top: 4.53125rem;
}
.promo__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid var(--black);
}
.promo__container > * {
  width: 50%;
}
.promo__img {
  position: relative;
}
.promo__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 84.4%;
}
.promo__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.promo__wrapper {
  padding: 2rem 4rem;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.promo__title {
  line-height: 159%;
  margin-bottom: 1.5rem;
}
.promo__text {
  max-width: 26.875rem;
  width: 100%;
  margin-bottom: 1rem;
}
.promo__text strong {
  color: var(--green);
}
.promo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.promo__list > li {
  position: relative;
  padding: 0.25rem 0.5rem 0.25rem 1.125rem;
  background-color: #e4dfc4;
  border-radius: 0.25rem;
  font-size: max(0.8125rem, 12px);
  line-height: 130%;
}
.promo__list > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
  background-color: var(--black);
  border-radius: 50%;
}
.promo__button {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .promo {
    padding-top: 65px;
  }
  .promo__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: unset;
  }
  .promo__container > * {
    width: 100%;
  }
  .promo__img {
    border-bottom: 1px solid var(--black);
    margin-bottom: 2rem;
  }
  .promo__img::before {
    padding-top: 50.25%;
  }
  .promo__img > img {
    -o-object-position: top;
    object-position: top;
  }
  .promo__wrapper {
    padding: 0 12px;
  }
  .promo__title {
    line-height: 140%;
    margin-bottom: 20px;
  }
  .promo__list {
    -ms-flex-wrap: unset;
    flex-wrap: unset;
  }
  .promo__list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .promo__button {
    margin-top: 36px;
  }
  .promo__button .btn {
    width: 100%;
  }
}
/*# sourceMappingURL=promo.css.map */
/*# sourceMappingURL=promo.css.map */