@media (max-width:980px){
    h2 {
        font-size:40px !important;
    }
    h2 {
        font-size:30px !important;
    }
}
@media (max-width:767px){
    h2 {
        font-size:30px !important;
    }
    h3 {
        font-size:25px !important;
    }

    h2.woocommerce-loop-product__title {
        font-size:18px !important;
    }

    .sticky-logo {
        height:auto;
        object-fit:contain;
    }

    #site-footer h2 {
        text-align:center;
    }

    #site-footer .site-footer-widget-area > .row {
        display:flex;
        flex-direction:column;
    }

    #site-footer .site-footer-widget-area .row .widget_text {
        width:100% !important;
    }

    #site-footer .site-footer-widget-area .row .widget_text .textwidget {
        align-items: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    #site-footer .site-footer-widget-area .row .widget_text .bmb-img {
        max-width:50%;
        margin-bottom:20px;
    }

    #store-list {
        margin-left: 15px;
        margin-right: 15px;
    }

    #store-list .vc_row .vc_column-inner .wpb_wrapper {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
    }
}