.privacy-policy-page {
  z-index: 1;
  position: relative;
}
.privacy-policy-header {
  padding: 150px 0 110px;
}
.privacy-policy-title {
  width: fit-content;
  margin: 0 auto;
  color: #ffffff;
  font-family: mala;
  font-size: 3em;
  font-weight: bold;
}
.privacy-policy-main-content {
  padding: 30px 15% 60px;
  color: #ffffff;
  /* background-color: white; */
}
.privacy-policy-page a {
  color: #ffffff;
  text-decoration: underline;
}
.privacy-policy-page a:hover {
  color: #d6e6ff;
  text-decoration: underline;
}
@media only screen and (max-width: 1000px) {
  .privacy-policy-main-content {
    padding: 30px 5% 60px;
  }
}
