.privacy-page {
  padding: 82px 0 96px;
}

.privacy-copy {
  max-width: 760px;
}

.privacy-copy__intro {
  max-width: 710px;
  margin-bottom: 50px;
}

.privacy-copy__intro > p:not(.eyebrow),
.privacy-copy section p,
.privacy-copy__update p {
  color: var(--muted);
  font-size: 1rem;
}

.privacy-copy__intro > p:not(.eyebrow) {
  margin-bottom: 13px;
}

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

.privacy-copy section {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid var(--line);
}

.privacy-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 2.3vw, 1.65rem);
  letter-spacing: -.02em;
}

.privacy-copy section p {
  margin-bottom: 13px;
}

.privacy-copy section p:last-of-type {
  margin-bottom: 0;
}

.privacy-copy__email {
  display: inline-block;
  margin-top: 3px;
  color: var(--blue);
  font-weight: 700;
}

.privacy-copy__email:hover {
  color: var(--navy);
  text-decoration: underline;
}

.privacy-copy__update {
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid #cbd7e9;
}

.privacy-copy__update p {
  margin-bottom: 11px;
  font-size: .9rem;
}

.privacy-copy__update p:last-child {
  margin: 20px 0 0;
  color: var(--blue);
  font-size: .82rem;
  font-weight: 600;
}

@media (max-width: 760px) {
  .privacy-page {
    padding: 62px 0;
  }

  .privacy-copy__intro {
    margin-bottom: 40px;
  }

  .privacy-copy section {
    padding-top: 25px;
    margin-top: 25px;
  }
}
