body {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.privacy-page {
  background-image: url("../img/privacy.jpg");
}

.terms-page {
  background-image: url("../img/terms.jpg");
}

.policy-document {
  background: none;
}

.policy-document h1 {
  font-size: 4rem;
}

.policy-document h2 {
  margin-top: 3rem;
}

.policy-document h3,
.policy-document h4 {
  margin-top: 2rem;
}

.policy-document h4,
.policy-document b {
  color: #aeffd2;
  font-weight: 500;
}

.policy-summary-heading {
  margin-top: 2rem !important;
  color: #aeffd2;
  font-size: 1em;
  font-weight: 500;
}

.policy-toc-title {
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 400;
}

.policy-document p {
  text-align: justify;
}

.policy-date {
  margin-bottom: 1rem;
  font-family: var(--typeface-title);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left !important;
}

.policy-back-icon {
  margin-bottom: -0.3rem;
}
