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

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

.number-ol > li:last-child {
    margin-bottom: 0;
}

.number-ol > li .dark-black-text {
    margin-bottom: 8px;
    color: #161717;
    font-weight: 500;
}

.number-ol > li .light-grey-text {
    color: #626F70;
    margin-bottom: 24px;
}

.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 {
    position: relative;
}

.dark-bullets {
    position: relative;
}

.number-ol > li > ul > .dark-bullets:before {
    background: #161717;
}

.dark-bullets > span {
    color: #161717;
    font-size: 16px;
    line-height: 26px;
}


/* .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;
}