.section-privacy-policy {
  padding-bottom: 6rem;
}
@media (max-width: 991px) {
  .section-privacy-policy {
    padding-bottom: 2.25rem;
  }
}

.privacy-policy {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .privacy-policy {
    gap: 3.5rem;
  }
}

.rich-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 50rem;
  margin-bottom: 1.75rem;
}
@media (max-width: 991px) {
  .rich-text {
    gap: 1rem;
  }
}
.rich-text h2 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 3rem;
  line-height: 100%;
  letter-spacing: -0.08em;
  color: var(--text-color-brand);
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .rich-text h2 {
    font-size: 2.5rem;
  }
}
.rich-text h3 {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 120%;
  letter-spacing: -0.06em;
  color: var(--text-color-brand);
}
@media (max-width: 991px) {
  .rich-text h3 {
    font-size: 1.5rem;
  }
}
.rich-text p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: var(--text-color-primary);
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .rich-text p {
    font-size: 1rem;
  }
}
.rich-text ul, .rich-text ol {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
.rich-text ul li {
  list-style: disc;
}
.rich-text li {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: var(--text-color-primary);
}
@media (max-width: 991px) {
  .rich-text li {
    font-size: 1rem;
  }
}
.rich-text a {
  color: var(--text-color-brand-accent);
  text-decoration: underline;
  cursor: pointer;
  transition: 0.3s all;
}
.rich-text a:hover {
  text-decoration: none;
}

#page.site {
  width: 100%;
}

.entry-header {
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  .entry-header {
    margin-bottom: 3.5rem;
  }
}

.edit-link {
  font-weight: 600;
}

/*# sourceMappingURL=privacy-policy-page.css.map */
