/* Privacy Content */
.privacy-content section {
  scroll-margin-top: 100px;
}

.privacy-content h3 {
  color: #333;
  border-bottom: 2px solid #22c55e;
  padding-bottom: 10px;
}

.privacy-content ul {
  padding-left: 20px;
}

.privacy-content ul li {
  margin-bottom: 8px;
}

