.terms {
  margin-top: 40px;
}
.terms_txt p ,
.terms_block p ,
.terms_block li {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.01em;
  margin-top: 30px;
}
.terms_block ol {
  list-style: decimal;
  padding-left: 1em;
  margin-top: 15px;
}
.terms_block ol li {
  margin-top: 15px;
}
.terms_block ol li ol {
  margin-top: 0;
  padding-left: 2em;
}
.terms_block ol li ol li {
  margin-top: 0;
}
.terms_block {
  margin-bottom: 30px;
}
.terms_block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .terms {
    margin-top: 80px;
  }
  .terms_block ol {
    margin-top: 30px;
  }
  .terms_block {
    margin-bottom: 50px;
  }
}