.terms-page {
  width: 100%;
}

.terms-intro {
  border-bottom: var(--border-strong);
}

.terms-section {
  border-bottom: var(--border-strong);
}

.terms-narrow {
  max-width: 760px;
  margin-inline: auto;
}

.terms-medium {
  max-width: 720px;
  margin-inline: auto;
}

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

.terms-narrow,
.terms-medium,
.terms-small {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  text-align: left;
}

.terms-intro h1 {
  margin-bottom: var(--space-4);
}

.terms-section h2 {
  margin-bottom: var(--space-4);
}

@media (max-width: 768px) {
  .terms-narrow,
  .terms-medium,
  .terms-small {
    max-width: 90vw;
  }
}
