#terms .s1 {
  position: relative;
  margin-top: 250px;
  padding-bottom: 150px;
}
#terms .s1 .content {
  max-width: 1230px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.63px;
  color: #2E3F57;
}
#terms .s1 h1 {
  font-family: "kepler-std-display";
  font-weight: 300;
  color: #1E2859;
  font-size: 70px;
  line-height: 1;
  margin: 60px 0 40px 0;
}
#terms .s1 p {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.63px;
  color: #2E3F57;
  margin-bottom: 1em;
}
#terms .s1 strong {
  font-weight: 600;
}
#terms .s1 ul, #terms .s1 ol {
  padding-left: 1em;
}
#terms .s1 ol li {
  margin-bottom: 1em;
}
#terms .s1 a {
  color: #4D8CCA;
}
#terms .s1 table {
  border: 1px solid #ddd;
  width: 100%;
  margin: 15px 0;
}
#terms .s1 td {
  border: 1px solid #ddd;
  padding: 15px;
}
#terms .s1 tr td:nth-child(1) {
  width: 20%;
}
#terms .s1 tr td:nth-child(2) {
  width: 40%;
}
#terms .s1 tr td:nth-child(3) {
  width: 40%;
}
#terms .s1 table ul li {
  margin: 0;
}

@media all and (max-width: 979px) {
  #terms .s1 h1 {
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  #terms .s1 {
    margin-top: 200px;
    padding-bottom: 100px;
  }
  #terms .s1 h1 {
    font-size: 30px;
    line-height: 1.3;
  }
  #terms .s1 .content {
    font-size: 18px;
  }
}

/*# sourceMappingURL=terms-of-service.css.map */
