.terms {
  padding: 5.25rem 0;
  background: var(--gray-background);
}
.terms__title {
  margin-bottom: 3rem;
}
.terms__wrapper {
  padding: 9.25rem;
  border-radius: 0.5rem;
  background-color: var(--white);
}
.terms__wrapper-block:not(:last-child) {
  margin-bottom: 5rem;
}
.terms__wrapper-block .section-text {
  color: var(--text-black);
}
.terms__wrapper-block .section-text ul {
  margin-top: 0;
}
.terms__wrapper-block .section-text ul li:not(:last-child) {
  margin-bottom: 0;
}
.terms__wrapper-block .section-text h2 {
  margin-bottom: 4.5rem;
}
.terms__wrapper-block .section-text > *:not(:first-child) {
  margin-top: 0;
}
@media (max-width: 768px) {
  .terms {
    padding: 24px 0 16px;
  }
  .terms__title {
    margin-bottom: 24px;
  }
  .terms__wrapper {
    padding: 64px 24px;
  }
  .terms__wrapper-block:not(:last-child) {
    margin-bottom: 64px;
  }
  .terms__wrapper-block .section-text {
    font-size: 14px;
    line-height: 145%;
  }
  .terms__wrapper-block .section-text h2 {
    margin-bottom: 40px;
    line-height: 115%;
  }
}
/*# sourceMappingURL=terms.css.map */
/*# sourceMappingURL=terms.css.map */