.section-hero {
  background-image: url(../img/privacy/hero.webp);
}

.terms .section {
  padding-top: 50px;
}
.terms__title + .terms__text {
  margin-top: 10px;
}
.terms__text.lead {
  padding-top: 50px;
}
.terms-list {
  padding-top: 15px;
}
.terms-define {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
}
.terms-define__title {
  width: 150px;
}
.terms-define__detail {
  width: calc(100% - 150px);
}
.terms-define + .terms__text {
  margin-top: 20px;
}/*# sourceMappingURL=terms.css.map */