.vc-about-product {
    margin: 40px 11px 18px;
}

.vc-about-product .image {
    max-height: 344px;
    overflow: hidden;
}

.vc-about-product .image img{
    width: 100%;
}

.vc-about-product .text-wrap {
    background-color: #F5F5F5;
    padding: 38px 40px 14px;
}

.vc-about-product .text-wrap .title h3 {
    font-size: 28px;
    line-height: 40px;
    color: #003873;
    font-weight: bold;
    height: 80px;
    max-width: 470px;
}

.vc-about-product .text-wrap .button a {
    border-color: #003873;
    background-color: #003873;
    font-size: 16px;
    font-weight: 600;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 2px;
    color: #fff;
    margin-top: 25px;
    transition: all .2s ease-in-out;
}

.vc-about-product .text-wrap .button a:hover {
    font-weight: bold;
}

@media (max-width:991px) {
    .vc-about-product {
        margin-top: 26px;
    }
    
    .vc-about-product .image {
        height: auto;
    }
    
    .vc-about-product .text-wrap {
        padding: 16px 24px 20px 24px;
    }

    .vc-about-product .text-wrap .title h3 {
        font-size: 14px !important;
        line-height: 20px !important;
        height: 40px;
    }

    .vc-about-product .text-wrap .button a {
        font-size: 12px !important;
        line-height: 28px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 8px !important;
        padding-right: 30px !important;
        margin-top: 14px;
    }

    .vc-about-product .text-wrap .button a i {
        right: 9px !important;
    }

    .vc-about-product .text-wrap .vc_btn3-container {
        margin-bottom: 0px;
    }
}