/* ======================================================================
 p-privacy
====================================================================== */
.privacy__lead > * + * {
  margin-top: 15px;
}
.privacy__text-row:not(:first-child) {
  margin-top: 40px;
}
.privacy__section + .privacy__section {
  margin-top: 40px;
}
.privacy__sub-section + .privacy__sub-section {
  margin-top: 20px;
}
.privacy__sub-section ul {
  padding-left: 15px;
}