/*
Theme Name: Blocksy Child
Template: blocksy
Version: 1.0.0
*/
.sub-number ul li ul {
    margin-top: 14px
}

.sub-number ul li::before {
    content: counters(item, ".") " ";
    display: table-cell;
    padding-right: .6em
}

.sub-number ul {
    counter-reset: item;
    padding-left: 0px;
}

.sub-number ul li {
    display: table;
    counter-increment: item;
    margin-bottom: .6em;
    font-size: 16px;
    line-height: 22px
}

.sub-number ul.list-item li {
    text-align: justify;
    list-style-type: none;
    font-weight: 400
}

/* .sub-number ul li {
    margin: 0 0 8px 25px;
    text-align: justify;
    list-style-type: none;
    font-weight: 400;
} */