.privacy-policy-section {
  background-color: #f6f3f0;
  letter-spacing: 0.2rem;
}
.privacy-policy-section h1 {
  color: #ac947b;
  text-align: center;
  padding-bottom: 40px;
}
.privacy-policy-section ol {
  counter-reset: item;
}
.privacy-policy-section ol > li {
  font-weight: bold;
  display: block;
}
.privacy-policy-section ol > li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}
.privacy-policy-section ol > li > ol > li {
  font-weight: normal;
  margin-bottom: 10px;
  margin-left: -20px;
}
.privacy-policy-section ol > li > ol > li p {
  margin-bottom: 0;
  margin-left: 20px;
}
.privacy-policy-section ol > li p {
  font-weight: normal;
}

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