.terms-page{}

.terms-hero__inner{
  max-width:720px;
  margin-inline:auto;
  display:flex;
  flex-direction:column;
  gap:var(--space-4);
}

.terms-highlight{
  background:var(--color-surface-alt);
  border:1px solid var(--color-border);
  border-radius:var(--radius-md);
  padding:var(--space-4);
}

.terms-section .terms-block{
  max-width:720px;
  display:flex;
  flex-direction:column;
  gap:var(--space-3);
}

@media (max-width:768px){
  .terms-hero__inner,
  .terms-section .terms-block{
    max-width:100%;
  }
}
