


/* Privacy Policy Section */
.privacy-container {
  background-color: white;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.privacy-container h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #2c3e50;
  text-align: center;
}

.privacy-content {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
}

.privacy-content h3 {
  margin-top: 20px;
  font-size: 24px;
  color: #27ae60;
}

.privacy-content p {
  margin-bottom: 15px;
}

.privacy-content a {
  color: #27ae60;
  text-decoration: none;
}

.privacy-content a:hover {
  text-decoration: underline;
}

.privacy-content ul {
  list-style-type: disc;
  margin-left: 20px;
}
