.page-hero {
  padding-block: var(--space-10);
}

@media (min-width: 768px) {
  .page-hero {
    padding-block: var(--space-16);
  }
}

.page-hero .section-title-group {
  margin-inline: auto;
}

.page-hero p {
  max-width: 48rem;
}

.legal-text section + section {
  margin-top: var(--space-8);
}

.legal-text ul {
  margin-top: var(--space-3);
}

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

.legal-text a:hover {
  text-decoration: none;
}
