@import url("https://use.typekit.net/fdp4lic.css");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: "new-atten", sans-serif;
  font-family: 300;
  color: #545454;
}
.terms-conditions {
  padding: 0% 5% 2%;
}
.terms-header {
  margin-top: 90px;
}

@media only screen and (max-width: 768px) {
  .terms-header {
    margin-top: 30px;
  }
}

.terms-conditions a,
a:hover {
  color: #bed245;
}

@media only screen and (max-width: 768px) {
  .terms-conditions ol,
  ul {
    padding-left: 20px;
  }
}
