.terms-page{
  display:block;
}

.terms-intro{
  padding-top:var(--space-5);
}

.terms-intro__block{
  max-width:720px;
  margin-inline:auto;
  text-align:left;
}

.terms-intro__meta{
  color:var(--text-accent-gold);
  margin-bottom:var(--space-2);
}

.terms-section{
  border-top:1px solid var(--border-separator);
}

.terms-section__content{
  max-width:760px;
  line-height:1.7;
}

.terms-section__content h2{
  color:var(--text-accent-emerald);
}

@media (max-width:768px){
  .terms-intro__block,
  .terms-section__content{
    max-width:100%;
  }
}
