.vc-white-boxes {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vc-white-boxes [class^="col-"] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.vc-white-boxes .col-xs-12 {
    flex-basis: 100%;
}
@media (min-width: 992px) {
    .vc-white-boxes .col-md-4 {
        flex-basis: 33.3%;
    }
    .vc-white-boxes .col-md-5 {
        flex-basis: 41.66666667%;
    }
}
@media (min-width: 768px) {
    .vc-white-boxes .col-sm-6 {
        flex-basis: 50%;
    }
    .col-sm-4 {
        flex-basis: 33.3%;
    }
}

.vc-white-boxes a.out-link
{
    display: block;
    width: 100%;
}
.vc-white-boxes a.out-link:hover {
    text-decoration: none;
}
.vc-white-boxes a.out-link:hover p.link span {
    text-decoration: underline;
}
.vc-white-boxes .vc-white-box {
    background: #fff;
    box-shadow: 0 0 15px rgba(34, 34, 34, 0.1);
    position: relative;
    display: block;
    padding: 30px;
    transition: all 0.3s;
    width: 100%;
    margin: 0 auto 30px auto;
    height: calc(100% - 30px);
}
.vc-white-boxes .vc-white-box:hover {
    box-shadow: 0 0 15px rgba(34, 34, 34, 0.2);
    transition: all 0.3s;
}
.vc-white-boxes .vc-white-box p.big {
    font-weight: 500;
    font-size: 22px;
    color: #3e3e3e;
}
.vc-white-boxes .vc-white-box p.about {
    opacity: 0.7;
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    min-height: 100px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-white-boxes .vc-white-box p.about {
        padding: 0 0 30px 0;
    }
}
.vc-white-boxes .vc-white-box p.cost {
    font-size: 16px;
    font-weight: 600;
    color: #3e3e3e;
}
.vc-white-boxes .vc-white-box p.link {
    color: #2A5FCB;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.3s;
    margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
    .vc-white-boxes .vc-white-box p.link {
        margin: 0;
        position: absolute;
        bottom: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .vc-white-boxes .vc-white-box p.link {
        margin: 0;
        position: absolute;
        bottom: 30px;
    }
}
.vc-white-boxes .vc-white-box p.link span {
    display: inline-block;
}
.vc-white-boxes .vc-white-box p.link svg {
    height: 15px;
    width: 7px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 0 0 5px;
}
.vc-white-boxes .vc-white-box p.link svg path {
    fill: #2A5FCB;
    transition: all 0.3s;
}
.vc-white-boxes .vc-white-box p.link:hover {
    transition: all 0.3s;
    text-decoration: none;
}
.vc-white-boxes .vc-white-box p.link:hover svg path {
    transition: all 0.3s;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-white-boxes .vc-white-box p.link {
        margin: 0;
    }
}