ul.vc_pro_con_list {
    list-style: none; /* Remove default bullets */
    padding: 0;
}

ul.vc_pro_con_list li {
    padding-bottom: 15px;
}

span.ico_bg_pro_outer, span.ico_bg_con_outer {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    display: inline-flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

span.ico_bg.ico_bg_pro, span.ico_bg.ico_bg_con {
    height: 25px;
    width: 25px;
    margin: 0;
}

span.ico_bg_pro_outer {
    background: #ecfdf3;
}

span.ico_bg.ico_bg_pro {
    background: #d1f9df;
}

span.ico_bg_con_outer {
    background: #fef2f2;
}

span.ico_bg.ico_bg_con {
    background: #fee4e3;
}

svg.list_pro, svg.list_con {
    width: 14px;
    height: 14px;
}

span.vc_pro_con_txt {
    color: #535762;
}

h3.panel-title.vc_pro_con_h, span.panel-title.vc_pro_con_h  {
    font-size: 1.25rem;
}
h2.panel-title.vc_pro_con_h {
    font-size: 1.5rem;
}