.page-terms p, .page-terms a, .page-terms li, .page-terms div {
  font-size: 16px;
  line-height: 35px;
  color: rgba(112, 112, 112, 0.7019607843);
}
.page-terms a {
  color: var(--syi-color-primary);
  text-decoration: underline;
}
.page-terms.static-page .page-title {
  color: #fff;
  background: var(--syi-color-primary);
  border-radius: 0 50px 50px 0;
  padding: 6px 30px;
  display: inline-block;
  font-family: "Mont-SemiBold", sans-serif;
  font-size: 40px;
}
.page-terms .center-container {
  max-width: 1481px;
  margin: 0 auto;
}
.page-terms .hero {
  background: linear-gradient(to right, var(--syi-color-secondary), #064C66);
  overflow: auto;
}
.page-terms .hero .center-container {
  background: url("/assets/pages/terms/icons/hero-image.png") no-repeat center;
  background-position-y: 50px;
  background-size: 1092px 395px;
  margin-top: -100px;
  height: 395px;
}
.page-terms section {
  clear: both;
}
.page-terms section.terms-of-use .center-container {
  padding: 50px;
}
.page-terms section.terms-of-use .terms-title {
  font-family: "Mont-Bold", sans-serif;
  font-size: 32px;
  color: #333333;
}
.page-terms section.terms-of-use .terms-updated-time {
  font-family: "Mont-Light", sans-serif;
  font-size: 21px;
  color: #707070;
  margin-top: 5px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .page-terms.static-page .page-title {
    font-size: 16px;
  }
  .page-terms .hero {
    padding-top: 65px;
  }
  .page-terms .hero .center-container {
    height: 180px;
    margin-top: 0;
    background-size: 90% auto;
    background-position-y: 46px;
  }
  .page-terms section.terms-of-use .terms-title {
    font-size: 24px;
  }
  .page-terms section.terms-of-use .terms-updated-time {
    font-size: 18px;
  }
  .page-terms section.terms-of-use p {
    font-size: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
