.ul-list li {
    list-style-type: disc;
    margin: 10px 50px;
}

.ol-list li {
    list-style-type: decimal;
}