.content_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}

.content {
  width: 1000px;
  font-family: "Roboto Slab";
}

.privacy h1 {
  margin-bottom: 30px;
  color: #212a4a;
}

.privacy h2 {
  margin-top: 60px;
  margin-bottom: 20px;
  color: #212a4a;
}

.privacy h3 {
  margin-bottom: 10px;
  color: #212a4a;
}

.privacy p {
  margin-top: 15px;
}

.privacy ol {
  margin-top: 30px;
}
/*# sourceMappingURL=Privacy.css.map */