.policy h2 {
  margin-top: var(--space-8);
  margin-bottom: var(--space-2);
  font-size: var(--text-2xl);
  line-height: var(--leading-2xl);
  font-weight: var(--weight-semibold);
}

.policy h2:first-child {
  margin-top: 0;
}
