/* Keep the Privacy page content on the same left grid line as the header logo. */
.policy {
  max-width: none !important;
  padding: 60px 0 100px !important;
}

.policy h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1;
  margin: 0 0 25px;
}

.policy h2 { margin-top: 40px; }

.policy p {
  max-width: 780px;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #d4def4;
}

@media (max-width: 720px) {
  .policy { padding: 38px 0 72px !important; }
}
