/* HERO SECTION WIDTH*/

.vc_section[data-vc-full-width]>.vc_row
 {
    margin-left: 50px;
    margin-right: 10px;
    width: 60%;
}
.woocommerce-page h1.entry-title {
    border-bottom: none !important;
    color: #000647;
    font-weight: 800;
    font-family: 'Montserrat';
}

/* HERO SECTION RESPONSIVE FIX */

@media (max-width: 1024px) {
    .vc_custom_1772096806431 {
        min-height: 450px !important;
        padding: 40px 20px !important;
    }
}

@media (max-width: 768px) {
    .vc_custom_1772096806431 {
        min-height: auto !important;
        padding: 60px 20px !important;
        text-align: center !important;
    }

    .vc_custom_1771924812850 {
        padding: 20px !important;
        border-radius: 12px !important;
    }

    .vc_custom_1771924885123 h2,
    .vc_custom_1771924885123 {
        font-size: 32px !important;
        line-height: 1.3 !important;
        text-align: center !important;
    }

    .vc_column_text {
        font-size: 16px !important;
        line-height: 1.6 !important;
        text-align: center !important;
    }

    .vc_btn3 {
        display: inline-block !important;
        margin-top: 15px !important;
    }
}

@media (max-width: 480px) {
    .vc_custom_1771924885123 h2,
    .vc_custom_1771924885123 {
        font-size: 26px !important;
    }
}