section {
  width: 90vw;
  max-width: 800px;
  margin: 10vw auto;
  font-size: 3.5vw;
  font-weight: bold;
}

@media (min-width: 900px) {
  section {
    font-size: 14px;
    margin: 100px auto;
  }
}

section h3 {
  color: #001D6A;
  line-height: 2em;
}

section p {
  margin-bottom: 5vw;
  line-height: 1.8em;
}

@media (min-width: 900px) {
  section p {
    margin-bottom: 45px;
  }
}

section a {
  color: #0071A6;
  text-decoration: underline;
}

section a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=ppsec.css.map */