.privacypolicy-section {
  position: relative;
  margin-bottom: 38rem;
  padding: 14rem 0 10rem;
  background: #000000;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .privacypolicy-section {
    padding: 10rem 3rem 6rem;
  }
}
.privacypolicy-section__title {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 6rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .privacypolicy-section__title {
    font-size: 3rem;
  }
}
.privacypolicy-section__heading {
  margin-top: 3rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .privacypolicy-section__heading {
    font-size: 1.6rem;
  }
}
.privacypolicy-section__text {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .privacypolicy-section__text {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}
.privacypolicy-section__text a {
  text-decoration: underline;
}
@media (hover: hover) {
  .privacypolicy-section__text a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .privacypolicy-section__text a:active {
    text-decoration: none;
  }
}
.privacypolicy-section__content {
  max-width: 80rem;
  margin: 4rem auto 0;
}
