.terms-of-use * {
  box-sizing: border-box;
}

.title {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.normal {
  font-size: 14px;
}

.two-columns {
  column-count: 2;
  column-gap: 36px;
  text-align: justify;
  display: block;
}

.two-columns ol {
  margin: 0;
}

.terms-of-use ol {
  list-style: none;
  padding-left: 0;
  counter-reset: section;
}

.terms-of-use ol > li {
  counter-increment: section;
}

.terms-of-use ol > li::before {
  content: counter(section) ". ";
  font-weight: 700;
  margin-right: 12px;
}

.terms-of-use ol ol {
  counter-reset: subsection;
  padding-left: 0;
}

.terms-of-use ol ol > li {
  counter-increment: subsection;
}

.terms-of-use ol ol > li::before {
  content: counter(section) "." counter(subsection) ". ";
  font-weight: 700;
  margin-right: 12px;
}

.terms-of-use #kc-terms-text ol li,
.terms-of-use #kc-terms-text h3,
.terms-of-use #kc-terms-text p {
  margin-bottom: 8px;
}
