@media screen and (max-width:1500px) {
    #E-Commerce_block2 {
        display: grid;
        grid-template-columns: 469px;
        justify-content: center;
    }

    #E-Commerce_block2 .div-block.ecommerce {
        margin-left: 0px;
    }


}

@media screen and (max-width:991px) {
    #E-Commerce_block2 {
        justify-content: normal !important;
    }

    #E-Commerce_block2 .div-block-37.ecommerce {
        display: grid;
        margin-left: 200px;
        margin-top: 40px;
    }
}

@media screen and (max-width:640px) {
    #E-Commerce_block2 .div-block-37.ecommerce {
       margin: 20px 100px auto !important;
       width: 300px;
        
    }
}

@media screen and (max-width:479px) {
    #E-Commerce_block2 {
        justify-content: center !important;
        grid-template-columns: 498px !important;
    }

    #E-Commerce_block2 .mg-bottom-40px.ecommerce {
        padding-left: 0px;
        padding-right: 0px;
    }

    #E-Commerce_block2 .div-block-37.ecommerce {
        padding-left: 0px;
    }
}


