.list-component.small-solid-circle .actual-list > .single-list-item {
    padding: 0 0 16px 40px;
}

.list-component.small-solid-circle .actual-list > .single-list-item:not(.with-sub-list)::before {
    content: " ";
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 121.4 121.4" fill="currentColor"><circle cx="60.7" cy="60.7" r="60.7"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 121.4 121.4" fill="currentColor"><circle cx="60.7" cy="60.7" r="60.7"/></svg>');
    display: inline-block;
    margin-left: 18px;
    margin-top: 10px;
    height: 10px;
    width: 10px;
}

.list-component.small-solid-circle .item-text {
    font-size: 23px;
    padding-left: 14px;
}

.list-component.small-solid-circle .item-text svg {
    height: 18px;
    width: 18px;
}
