.privacy-secA {
  margin-top: var(--headerfixed);
  padding: 5rem 0;
  background: var(--white);
}
.privacy-secA .website-content ul li::before {
  background: #cc9b50;
}
.privacy-secA .website-content h1 {
  font-size: 36px;
  background: linear-gradient(90deg, #9F711A 0%, #FFD06C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "Circular";
  text-transform: uppercase;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .privacy-secA .website-content h1 {
    font-size: 26px;
  }
}
.privacy-secA .website-content h2 {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .privacy-secA .website-content h2 {
    font-size: 22px;
  }
}
.privacy-secA .website-content h3 {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .privacy-secA .website-content h3 {
    font-size: 20px;
  }
}/*# sourceMappingURL=privacy.css.map */