.hero-section{
    height: 350px;
    text-align: center;
}
.banner-usp-wrapper{
    display: none;
}
.privacy-policy-section {
  padding: 60px 0;
}

.privacy-policy-content {
  margin: 0 auto;
  padding: 0 30px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.privacy-policy-content h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 40px 0 12px;
  color: #111;
}

.privacy-policy-content h3,
.privacy-policy-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 28px 0 8px;
  color: #222;
}

.privacy-policy-content p {
  margin-bottom: 16px;
}

.privacy-policy-content ul,
.privacy-policy-content ol {
  padding-left: 24px;
  margin-bottom: 16px;
}

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

.privacy-policy-content a {
  color: #0066cc;
  text-decoration: underline;
}

.privacy-policy-content strong {
  font-weight: 600;
  color: #111;
}