.privacy-policy-page {
  background: var(--black);
}

.privacy-policy-page section {
  padding: 60px 20px;
  text-align: center;
}

.privacy-content {
  color: var(--white);
  width: 59vw;
  min-width: 700px;
  margin: 0 auto;
}
.privacy-content h1 {
  margin-bottom: 40px;
}

.privacy-text {
  text-align: left;
  line-height: 1.8;
  font-size: 18px;
}

@media screen and (max-width: 959px) {
  .privacy-policy-page section {
    padding: 30px 20px;
  }
  .privacy-content {
    width: 100%;
    min-width: auto;
    margin: 0 auto;
  }
  .privacy-content h2 {
    margin-bottom: 40px;
  }
  .privacy-text {
    text-align: left;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
  }
}/*# sourceMappingURL=privacy-policy.css.map */