/* Privacy Page Styling */

.privacy-content {
  padding: 40px 0;
}

.privacy-intro-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.133rem;
  font-weight: 400;
  color: #000;
  margin: 0 0 15px 0;
  line-height: 1.6;
}

.privacy-section-header {
  font-family: 'Roboto', sans-serif;
  font-size: 1.7333rem;
  font-weight: 600;
  color: #6ec1e4;
  margin: 30px 0 20px 0;
  line-height: 1.3;
}

.privacy-section-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.133rem;
  font-weight: 400;
  color: #000;
  margin: 0 0 0 0;
  line-height: 1.6;
}

.privacy-content ul {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.133rem;
  font-weight: 400;
  color: #000;
  margin: 0 0 50px 4em;
  padding: 0;
  list-style-type: disc;
  list-style-position: outside;
  margin-top: 0;
}

.privacy-content ul li {
  margin-bottom: 0;
  line-height: 1.6;
  margin-left: 0.5em;
}

/* Responsive Design */
@media (max-width: 768px) {
  .privacy-intro-text {
    font-size: 1rem;
  }

  .privacy-section-header {
    font-size: 1.5rem;
  }

  .privacy-section-text {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .privacy-intro-text {
    font-size: 0.95rem;
  }

  .privacy-section-header {
    font-size: 1.3rem;
  }

  .privacy-section-text {
    font-size: 0.95rem;
  }
}
