.vc-content-list ul {
    list-style: none;
    padding-left: 0;
}
.vc-content-list ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}
.vc-content-list ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
    background: url("../../img/apply.svg") center center no-repeat;
    background-size: contain;
}
.vc-content-list ul li .title {
    font-size: 20px;
    font-weight: bold;
    color: var(--heading-blue);
}
.vc-content-list ul li .description {
    font-size: 20px;
    color: var(--secondary-blue)
}
@media screen and (max-width: 991px) {
    .vc-content-list ul li .description,
    .vc-content-list ul li .title {
        font-size: var(--txt-mobile-regular);
    }
}
