.terms-body {
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
}
.terms-body .terms-title {
  font-size: 20px;
}
.terms-body .terms-subheader {
  font-size: 14px;
}
.terms-body ol {
  padding: 0;
  list-style-position: inside;
}
.terms-body ol > li {
  margin-top: 12px;
}
.terms-body ul {
  list-style-type: disc;
}
@media screen and (max-width: 550px) {
  .terms-body .terms-title {
    margin-top: 0;
  }
}
