.vc_marker_files {
    background: #dedede;
    padding: 25px 25px 25px 65px;
}

.vc_marker_files h4 {
    position: relative;
    margin-bottom: 0px;
}

.vc_marker_files h4:before {
    content: '\f15c';
    font-family: 'Font Awesome 5 Free';
    font-size: 30px;
    position: absolute;
    top: 0;
    left: -40px;
    width: 26px;
    min-height: 25px;
}

.vc_marker_files ul {
    padding: 0;
    margin: 0;
    padding-left: 15px;
    margin-top: 20px;
}

.vc_marker_files li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
}

.vc_marker_files li:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    position: absolute;
    top: 3px;
    left: -15px;
    width: 10px;
    min-height: 10px;
    font-weight: 900;
}

.vc_marker_files li a {
    color: inherit;
}