section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 130px;
  margin-bottom: 100px;
}

.legal_text {
  width: 900px;
  line-height: 1.3em;
  font-family: "Roboto Slab";
}

.legal_text p {
  margin-top: 20px;
}

.legal_text h2,
.legal_text h3 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.legal_text a {
  color: #ee4540;
}
/*# sourceMappingURL=Legal.css.map */