.legal-page .note-header {
  padding-bottom: 1rem;
}

.legal-content {
  max-width: 680px;
  padding: 0 1% 4rem;
}

.legal-content h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
  color: var(--color-text-grey);
}

.legal-content p {
  font-family: 'Gelasio', Georgia, serif;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.legal-content a {
  text-decoration: underline;
}
