main {
  margin-top: 10em;
}
@media (max-width: 991.98px) and (orientation: portrait) {
  main {
    margin-top: 8em;
  }
}
@media (max-width: 991.98px) and (orientation: landscape) {
  main {
    margin-top: 6em;
  }
}
button.accordion-button {
  font-size: 1.2rem;
}
#policyNotice {
  font-family: Lora-Regular, Garamond, serif;
  font-size: 1.2rem;
  margin: 2rem 0;
  text-align: center;
  white-space: pre-line;
}
.policy-contents {
  white-space: pre-line;
}
.policy-contents ul {
  display: inline-block;
  margin-bottom: 0;
}
.policy-header {
  font-weight: bold;
}
/*# sourceMappingURL=./source-maps/policies.css.map */