.terms {
  font-family: var(--main-font);
  padding: 60px 0;
}
.terms__content {
  max-width: 848px;
  width: 100%;
  margin: auto;
}
.terms__title {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.terms__subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
}
.terms__text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .terms {
    padding: 0;
  }
  .terms__content {
    padding: 20px;
  }
  .terms__title {
    font-size: 26px;
  }
  .terms__subtitle {
    font-size: 16px;
    margin-top: 10px;
  }
  .terms__text {
    font-size: 14px;
    line-height: 19px;
    margin-top: 10px;
  }
}/*# sourceMappingURL=termsconditions.css.map */