.privacy-policy-section {
  padding: 120px 0 60px;
  background: #f9f9f9;
  min-height: 80vh;
}

.pp-header {
  text-align: center;
  margin-bottom: 40px;
}

.pp-title {
  font-size: 42px;
  color: #1f1f1f;
  margin-bottom: 10px;
}

.pp-updated {
  font-size: 14px;
  color: #888;
}

.pp-content {
  max-width: 860px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
}

.pp-block {
  margin-bottom: 30px;
}

.pp-block:last-child {
  margin-bottom: 0;
}

.pp-heading {
  font-size: 20px;
  color: #1f1f1f;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #ff9240;
  display: inline-block;
}

.pp-subheading {
  font-size: 16px;
  color: #333;
  margin: 15px 0 8px;
}

.pp-text {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 10px;
}

.pp-list {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  padding-left: 20px;
  margin-bottom: 10px;
}

.pp-list li {
  margin-bottom: 6px;
}

.pp-contact-list {
  list-style: none;
  padding-left: 0;
}

.pp-link {
  color: #ff9240;
  text-decoration: none;
}

.pp-link:hover {
  color: #e07a2a;
  text-decoration: underline;
}

.pp-footer-link {
  color: #ff9240;
  text-decoration: none;
}

.pp-footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 575px) {
  .privacy-policy-section {
    padding: 100px 15px 40px;
  }

  .pp-title {
    font-size: 30px;
  }

  .pp-content {
    padding: 25px 20px;
  }

  .pp-heading {
    font-size: 17px;
  }

  .pp-text,
  .pp-list {
    font-size: 14px;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .pp-content {
    padding: 35px 30px;
  }
}
