.terms-layout {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

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

.terms-layout section + section {
  margin-top: var(--space-6);
}

.terms-layout ul {
  padding-left: 1.25rem;
}

.terms-layout a {
  text-decoration: underline;
}
