.terms-page{overflow-x:hidden}

.terms-intro-container{
  max-width:720px;
  margin-inline:auto;
  text-align:center;
}

.terms-text-column{
  max-width:760px;
}

.terms-callout{
  margin-top:var(--space-lg);
  background:var(--color-surface-elevated);
  border:1px solid var(--color-border-muted);
  border-radius:var(--radius-md);
  padding:var(--space-md);
}

.terms-legal-text{
  max-width:760px;
}

.terms-liability-text{
  max-width:720px;
}

.terms-ip-text{
  max-width:720px;
}

.terms-closing-text{
  max-width:700px;
  margin-inline:auto;
}

@media (max-width:900px){
  .terms-text-column,
  .terms-legal-text,
  .terms-liability-text,
  .terms-ip-text{
    max-width:100%;
  }
}
