/* ==================================================
PRIVACY PAGE
================================================== */

.privacy-hero {
  padding-top: 180px;
  padding-bottom: 100px;
}

.privacy-hero__title {
  margin-bottom: 24px;
}

.privacy-hero__text {
  max-width: 720px;
}

.container--narrow {
  max-width: 720px;
}

.privacy-content {
  padding-bottom: 140px;
}

.privacy-block {
  margin-bottom: 72px;
  padding-bottom: 72px;

  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.privacy-block:last-child {
  border-bottom: none;
}

.privacy-block h2 {
  margin-bottom: 16px;
}

.privacy-block p,
.privacy-block li {
  color: var(--color-text-muted);
  line-height: 1.8;
}

.privacy-block ul {
  margin-top: 16px;
  margin-left: 24px;
}
