.terms-of-use ol {
    counter-reset: section;
    list-style-type: none;
}

.terms-of-use li:before {
    counter-increment: section;
    content: counters(section, ".") ". "
}