.why_trust_wrap {
    padding: 10px;
    background: #f9f9f9;
    border: solid 1px #eeeeee;
    border-radius: 8px;
    margin-bottom: 32px;
}
.why_trust_hdr {
    padding-bottom: 10px;
    font-weight: bold;
}

ul.vc_custom_list.why_trust{
    margin: 0;
}

svg.icon-trust.trust-vc {
    width: 26px;
    height: 26px;
    margin-left: -3px;
}

@media (max-width:767px){
    .why_trust_txt{
        padding-bottom: 32px;
    }
}