.vc-trust-us {
    padding: 60px 0 120px 0;
}
.vc-trust-us h2 {
    font-weight: 600;
}
.vc-trust-us p {
    text-align: center;
}
.vc-trust-us p.big {
    font-weight: 700;
    color: #2A5FCB;
    font-size: 110px;
    text-align: center;
    padding: 105px 0 45px 0;
}
.vc-trust-us p.small {
    color: #3e3e3e;
    font-weight: 500;
    font-size: 16px;
}
.vc-trust-us a.btn {
    color: #fff;
    text-transform: uppercase;
    background: #2A5FCB;
    transition: all 0.3s;
    border: 1px solid transparent;
    font-size: 12px;
    padding: 15px 15px;
    margin: 60px auto 0 auto;
    display: block;
    max-width: 250px;
}
.vc-trust-us a.btn:hover {
    transition: all 0.3s;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-trust-us h2 {
        text-align: center;
        font-size: 32px;
        font-weight: 600;
    }
    .vc-trust-us p.big {
        font-size: 75px;
        text-align: center;
        padding: 60px 0 30px 0;
        margin: 0;
    }
    .vc-trust-us p.small {
        font-size: 14px;
        margin: 0;
    }
    .vc-trust-us {
        padding: 30px 0 60px 0;
    }
    p.big {
        font-size: 90px;
        font-weight: 600;
        color: #8658d9;
        text-align: center;
        line-height: 1em;
        margin: 0 0 30px 0;
    }
    .vc-white-box p.big {
        text-align: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vc-trust-us p.big {
        font-weight: 700;
        color: #5311cd;
        font-size: 65px;
        text-align: center;
        padding: 25px 0 15px 0;
        line-height: 1em;
        margin: 0;
    }
    .line:before{
        content: "";
        position: absolute;
        background: #e4e0ef;
        width: 2px;
        height: 100px;
        top: 25px;
        left: 0px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .vc-trust-us p.big {
        font-size: 80px;
    }
    .line:before{
        content: "";
        position: absolute;
        background: #DCE2F2;
        width: 2px;
        height: 165px;
        top: 55px;
        left: 0;
    }
}
@media (min-width: 1025px) {
    .line:before{
        content: "";
        position: absolute;
        background: #DCE2F2;
        width: 2px;
        height: 170px;
        top: 60px;
        left: 0px;
    }
}
.vc-info-block-three .inner p.big {
    font-size: 16px;
    font-weight: 600;
    height: 45px;
    padding: 0 0 30px 0;
}
.vc-becoming-partner-easy .item p.big {
    font-size: 190px;
    font-weight: 600;
    color: #8658d9;
    opacity: 0.7;
    text-align: center;
}
.vc-recommended .whited-block p.small {
    opacity: 0.7;
    font-size: 14px;
    color: #3e3e3e;
}
.md-modal.vc-modal .md-content > div.clear {
    padding: 0;
}