.privacy-policy-section {
  padding: 110px 0;
  background: #f9f9f9;
}

.privacy-policy-content {
  max-width: 980px;
  margin: 0 auto;
  color: #666;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  text-transform: none;
}

.privacy-policy-content h2,
.privacy-policy-content h3,
.privacy-policy-content h4,
.privacy-policy-content h5,
.privacy-policy-content h6 {
  margin: 48px 0 18px;
  color: #230704;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 1.25;
  text-transform: none;
}

.privacy-policy-content h2:first-child,
.privacy-policy-content h3:first-child,
.privacy-policy-content h4:first-child {
  margin-top: 0;
}

.privacy-policy-content h2 {
  font-size: clamp(30px, 3vw, 44px);
}

.privacy-policy-content h3 {
  font-size: clamp(24px, 2.4vw, 32px);
}

.privacy-policy-content h4 {
  font-size: 22px;
}

.privacy-policy-content p {
  margin: 0 0 22px;
  color: #666;
  font: inherit;
  text-transform: none;
}

.privacy-policy-content a {
  color: #230704;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.privacy-policy-content a:hover,
.privacy-policy-content a:focus {
  color: #8a5b2e;
}

.privacy-policy-content hr,
.privacy-policy-content .wp-block-separator {
  width: 100%;
  max-width: none;
  height: 1px;
  margin: 44px 0;
  border: 0;
  background: rgba(35, 7, 4, 0.16);
}

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

.privacy-policy-content li {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .privacy-policy-section {
    padding: 64px 0;
  }

  .privacy-policy-content {
    font-size: 16px;
    line-height: 1.65;
  }

  .privacy-policy-content h2,
  .privacy-policy-content h3,
  .privacy-policy-content h4,
  .privacy-policy-content h5,
  .privacy-policy-content h6 {
    margin-top: 36px;
  }

  .privacy-policy-content hr,
  .privacy-policy-content .wp-block-separator {
    margin: 34px 0;
  }
}
