.terms {
  max-width: 840px;
}

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

.terms__eyebrow {
  font-size: var(--text-sm);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-accent-yellow);
}

.terms__section {
  padding-top: var(--space-6);
  border-top: 1px solid var(--color-border-subtle);
}

.terms__section + .terms__section {
  margin-top: var(--space-6);
}

.terms__section h2 {
  font-size: var(--text-2xl);
  margin-bottom: var(--space-3);
}

.terms__list {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: var(--space-4);
  color: var(--color-text-muted);
}

.terms__list li + li {
  margin-top: var(--space-2);
}

.terms a {
  color: var(--color-accent-yellow);
}

.terms a::after {
  background: linear-gradient(90deg, var(--color-accent-yellow), var(--color-primary));
}

@media (min-width: 768px) {
  .terms__section {
    padding-top: var(--space-8);
  }

  .terms__section + .terms__section {
    margin-top: var(--space-8);
  }
}
