.module-tos ol {
    counter-reset: item;
    list-style-type: none;
    padding-left: 50px;
}
.module-tos ol li::before {
    content: counters(item,".") ". ";
    counter-increment: item;
    margin-left: -50px;
    position: absolute;
}
.module-tos li {
    font-size: small;
    padding-bottom: 5px;
}
.module-tos ul {
    list-style: none;
}
.module-tos ul li::before {
    content: '';
}