.terms-page {
  @apply flex flex-col space-y-2 max-w-prose mx-auto;
}

.terms-page a {
  @apply text-amber-300 underline;
}

.terms-page ol {
  @apply list-decimal ml-5;
}

.terms-page ul {
  @apply list-disc ml-5;
}

.terms-page h2 {
  @apply text-2xl font-semibold my-2;
}

.terms-page h3 {
  @apply text-lg font-semibold pt-4;
}

.terms-page h4 {
  @apply font-semibold pt-4;
}
