.terms-hero {
  margin-bottom: var(--space-8);
}

.terms-intro {
  color: var(--color-text-muted);
  max-width: 48rem;
}

.terms-section {
  padding-top: var(--space-6);
  padding-bottom: var(--space-6);
  border-top: 1px solid rgba(209, 213, 219, 0.7);
}

.terms-section:first-of-type {
  border-top: none;
}

.terms-section h2 {
  font-size: var(--font-size-2xl);
}

.terms-section p {
  color: var(--color-text);
}

.terms-section a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

@media (min-width: 768px) {
  .terms-hero {
    text-align: left;
  }
}
