.hero-small {
  padding: 48px 24px 36px;
}

.hero-small .hero-title {
  font-size: 32px;
}

.privacy-content {
  max-width: 720px;
}

.privacy-updated {
  font-size: 13px;
  color: #999;
  margin-bottom: 32px;
}

.privacy-content h2 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-top: 32px;
  margin-bottom: 12px;
}

.privacy-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #555;
  margin-top: 20px;
  margin-bottom: 8px;
}

.privacy-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 12px;
}

.privacy-content ul {
  margin: 0 0 12px 24px;
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}

.privacy-email {
  font-weight: 600;
  color: #4a90d9 !important;
}

.footer-back {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 14px;
  color: #4a90d9;
  text-decoration: none;
}

.footer-back:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .hero-small {
    padding: 36px 20px 28px;
  }

  .hero-small .hero-title {
    font-size: 26px;
  }

  .privacy-content h2 {
    font-size: 18px;
  }
}
