.vhGripQuote{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.vhGripQuote .vhCol{
    width: 50%;
    padding: 0 15px;
}
.chTitleQuote{
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #24408f;
    border-bottom: 1px solid #24408f;
}
.chTitleQuote h3{
    color: #24408f;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}

@media all and (max-width: 991px){

}
@media all and (max-width: 767px){
    .vhGripQuote .vhCol{
        width: 100%;
        margin-bottom: 20px;
    }
    .vhGripQuote .vhCol:last-child{
        margin-bottom: 0;
    }
    .chTitleQuote h3{
        font-size: 16px;
        line-height: 24px;
    }
}