.section.privacy-policy {
  color: #003a49;
  background-color: #fff;
  box-sizing: border-box;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
  padding: 100px 15px 50px 15px;
  width: 75%;
}
@media (max-width: 620px) {
  .section.privacy-policy {
    padding: 20px 25px 25px 25px;
    width: 100%;
  }
}
.section.privacy-policy h1,
.section.privacy-policy h4 {
  color: #003a49;
  margin-bottom: 10px;
  margin-top: 25px;
}
.section.privacy-policy ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}
.section.privacy-policy ul li {
  list-style-type: disc;
}
