.terms__body {
  font-size: 13px;
  line-height: 1.8;
}

.terms__body dl:not(:first-child){
  margin-top: 30px;
}

.terms__body dt {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 15px;
}
.terms__body ol li {
  counter-increment: title;
  margin-bottom: 10px;
  margin-left: 1.5em;
}
.terms__body ol li::before {
  content: counter(title)".";
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}
.terms__body ol li:last-child {
  margin-bottom: 0;
}

.terms__body ol ol {
  margin-top: 10px;
}

.terms__body ol ol li {
  counter-increment: title2;
  margin-bottom: 0;
}


.terms__body ol ol li::before {
  content:"("counter(title2)")";
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}

.over p {
  display: flex;
  justify-content: flex-end;
}
