@charset "utf-8";
.policy_lead {
  margin-top: 40px;
  line-height: 2.2;
}

.policy_section {
  margin-top: 80px;
}

.policy_section h2 {
  margin-bottom: 24px;
  line-height: 1.6;
}

.policy_section p {
  line-height: 2.2;
}

.policy_section p + p,
.policy_section ul,
.policy_section ol {
  margin-top: 1em;
}

.policy_section ul,
.policy_section ol {
  text-indent: -1em;
  padding-left: 1em
}

.policy_section li {
  line-height: 2.2;
}


@media (max-width: 768px) {

  .policy_lead,
  .policy_section p,
  .policy_section li {
    line-height: 2;
  }

  .policy_section {
    margin-top: 56px;
  }

  .policy_section h2 {
    margin-bottom: 20px;
  }
}