.privacy-page-hero {
  padding-top: 40px;
  padding-bottom: 32px;
}

.privacy-page-hero__inner {
  max-width: 900px;
}

.privacy-page-hero__title {
  margin: 0 0 28px;
  font-size: clamp(2.8rem, 8vw, 7rem);
  line-height: 0.92;
  font-weight: 500;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  max-width: 8ch;
}

.privacy-page-hero__copy {
  max-width: 65ch;
}

.privacy-page-hero__copy p {
  margin: 0 0 14px;
}

.privacy-page-content {
  padding-bottom: 72px;
}

.privacy-page-content__inner {
  max-width: 65ch;
}

.privacy-page-content__item {
  padding: 0 0 36px;
}

.privacy-page-content__item .section-title {
  margin: 0 0 18px;
}

.privacy-page-content__copy p {
  margin: 0 0 14px;
}

@media (max-width: 680px) {
  .privacy-page-hero {
    padding-top: 28px;
    padding-bottom: 24px;
  }

  .privacy-page-hero__title {
    margin-bottom: 20px;
    max-width: none;
  }

  .privacy-page-content {
    padding-bottom: 56px;
  }

  .privacy-page-content__item {
    padding-bottom: 30px;
  }
}