.privacy-policy {
  color: #333;
}
.section-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
.policy-content {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}
.policy-item {
  margin-bottom: 1.5rem;
}
.policy-item h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.policy-item p {
  margin: 0;
}
.last-updated {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #555;
}
