/* =============== PRIVACY POLICY START =============== */
.privacy-policy {
  font-family: Arial, sans-serif;
  color: #333;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  margin: 20px auto;
  width: 80%;
  max-width: 800px;
  line-height: 1.6;
}

.privacy-policy h2 {
  color: #0077cc;
  margin-bottom: 10px;
}

.privacy-policy h3 {
  margin-top: 15px;
  color: #333;
}

.privacy-policy p {
  margin-bottom: 10px;
}

.privacy-policy ul,
.privacy-policy ol {
  margin-left: 20px;
  margin-bottom: 10px;
}

.privacy-policy a {
  color: #0077cc !important;
  text-decoration: none;
}

.privacy-policy a:hover {
  text-decoration: underline;
  color: red !important;
}

.privacy-policy .contact-info {
  margin-top: 20px;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .privacy-policy {
    width: 80%;
  }
}
/* =============== PRIVACY POLICY END =============== */