.vc_row {
    margin-bottom: 50px;
}
h3.vc_custom_heading {
    position: relative;
    padding: 0 0 0 20px;
    border-bottom: 1px #dfe3e4 dashed;
}
h3.vc_custom_heading:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    content: '';
    border-radius: 3px;
    background: #ccc;
}
h4.vc_custom_heading {
    position: relative;
    padding: 5px 0 5px 15px;
}
h4.vc_custom_heading:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    left: 0;
    top: 1px;
    position: absolute;
    font-size: 18px;
    color: #ccc;
    line-height: 1.9em;
}