.page-consent .consent {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 40rem;
  height: min-content;
}
.page-consent .consent .title {
  text-align: center;
}
.page-consent .consent .document {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .page-consent .consent .document {
    text-align: center;
  }
}
.page-consent .consent .document .section .section-heading {
  margin: 0;
}
.page-consent .consent .document .section .section-text {
  margin: 0;
}

/*# sourceMappingURL=consent.css.map */
