ul.vc_custom_list {
    list-style: none; /* Remove default bullets */
    padding: 0;
}
ul.vc_custom_list li {
    padding-bottom: 10px;
}
svg.list_check {
    width: 18px;
    height: 18px;
    fill: #0f9f6e;
}

svg.list_x-denied {
    width: 18px;
    height: 18px;
    fill: indianred;
}

span.ico_bg {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: inline-grid;
    align-content: center;
    margin-right: 10px;
    justify-content: center;
}

span.ico_bg_check {
    background: #dff6ec;
}

span.ico_bg_num {
    background: #eef9fd;
    color: #115b74;
    font-size: 13px;
    font-weight: 600;
}

span.list_txt {
    position: relative;
    top: -4px;
}

span.list_txt.list_num {
    top: 0;
}