.terms-splash {
  padding: 94px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF0FF), to(#FFF));
  background: linear-gradient(180deg, #EAF0FF 0%, #FFF 100%);
  line-height: 24px;
}
@media (max-width: 1099px) {
  .terms-splash {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .terms-splash {
    padding-top: 0;
    margin-top: 66px;
    border-radius: 40px 40px 0px 0px;
  }
}
.terms-splash h1 {
  font-size: 46px;
  line-height: 51px;
  letter-spacing: -0.02em;
  margin: 54px 0 41px;
}
@media (max-width: 767px) {
  .terms-splash h1 {
    font-size: 35px;
    line-height: 39px;
    margin: 14px 0 41px;
  }
}
.terms-splash p {
  margin-top: 24px;
}
.terms-splash p a {
  text-decoration: underline;
}