.legal-sections {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  max-width: 42rem;
  margin-top: 2rem;
}

.legal-section h2 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-text-grey);
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--color-light);
}

.legal-section h3 {
  font-weight: 600;
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
}

.legal-section text {
  max-width: 50ch;
}

.legal-section p {
  margin-bottom: 1rem;
}

.legal-section a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.legal-section.text {
  max-width: 50ch;
}