.legal-content h2 {
  margin-top: 2.25rem;
  margin-bottom: .75rem;
  font-size: 1.35rem;
}
.legal-content h2:first-of-type {
  margin-top: 0;
}
.legal-content p {
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 1rem;
}
.legal-content a {
  color: var(--orange-mid);
}
