.number-ol {
    /* list-style-type: decimal; */
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.number-ol > li {
    margin-bottom: 16px;
}

.number-ol > li > ul {
    /* list-style-type: disc; */
    position: relative;
    margin-top: 8px;
}

.number-ol > li > ul > li:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    background: #626F70;
    top: 12px;
    border-radius: 100%;
}

/* .number-ol > li > ul > li::marker {
    font-size: 1rem;
} */


.number-ol ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #626F70;
    padding-left: 20px;
}
