.privacy-hero {
  background: linear-gradient(to bottom, var(--gray-50), #ffffff);
}

.privacy-header {
  text-align: left;
  max-width: 48rem;
}

@media (min-width: 768px) {
  .privacy-header {
    text-align: center;
    margin-inline: auto;
  }
}

.privacy-content {
  background-color: #ffffff;
}

.privacy-article {
  max-width: 52rem;
  margin-inline: auto;
}

.privacy-block + .privacy-block {
  margin-top: var(--space-6);
}

.privacy-block h2 {
  font-size: var(--text-xl);
  margin-bottom: var(--space-2);
}

.privacy-block p:last-child {
  margin-bottom: 0;
}

.privacy-article a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
