.text-page {
  padding-block: var(--space-md) 0;
}

.text-page__content {
  max-width: 1024px;
  margin-inline: auto;
}

.text-page__content h2,
.text-page__content h3 {
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  line-height: 1.2;
  color: var(--color-navy-footer);
  margin: var(--space-xl) 0 var(--space-md);
}

.text-page__content h2:first-child,
.text-page__content h3:first-child {
  margin-top: 0;
}

.text-page__content p {
  color: var(--color-text-muted);
  line-height: 1.7;
  margin-bottom: var(--space-md);
}

.text-page__content ul,
.text-page__content ol {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: var(--space-md);
}

.text-page__content ol {
  list-style: decimal;
}

.text-page__content li {
  color: var(--color-text-muted);
  line-height: 1.7;
  margin-bottom: var(--space-xs);
}

.text-page__content a {
  color: var(--color-indigo);
  text-decoration: underline;
}

.text-page__content strong {
  color: var(--color-text);
}
