.privacy-policy {
  margin-top: 118px;
  margin-bottom: 260px;
}

.privacy-policy .horizontal-line {
  width: 100%;
  height: 1px;
  background-color: var(--primary-300);
  opacity: 0.4;
  margin-bottom: 90px;
}

.privacy-policy-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.privacy-policy h1 {
  color: var(--primary-900);
  text-align: center;
  margin-bottom: 96px;
}

.privacy-policy h2 {
  color: var(--primary-900);
  margin-top: 48px;
  margin-bottom: 24px;
}

.privacy-policy h3 {
  color: var(--primary-900);
  margin-top: 32px;
  margin-bottom: 16px;
}

.privacy-policy p {
  color: var(--neutral-900);
  margin-bottom: 16px;
}

.privacy-policy ul,
.privacy-policy ol {
  color: var(--neutral-900);
  margin-bottom: 16px;
  padding-left: 24px;
}

.privacy-policy li {
  margin-bottom: 8px;
}

.privacy-policy a {
  color: var(--primary-400);
  text-decoration: none;
}

.privacy-policy a:hover {
  text-decoration: underline;
}

/* Tablet (max-width: 1024px) */
@media (max-width: 1024px) {
  .privacy-policy {
    margin-top: 152px;
  }

  .privacy-policy .horizontal-line {
    display: none;
  }
}

/* Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .privacy-policy {
    margin-top: 120px;
  }

  .privacy-policy h1 {
    margin-bottom: 32px;
  }

  .privacy-policy h2 {
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .privacy-policy h3 {
    margin-top: 24px;
    margin-bottom: 12px;
  }
}
