@media screen and (max-width:991px) {
    .display-1.ecommerce {
        width: 500px !important;
    }
}

@media screen and (max-width:640px) {
    .display-1.ecommerce {
        width: 300px !important;
    }

    .display-1.ecommerce.fulfillment.heading {
        padding-right: 37px;
    }
}

@media screen and (max-width:1500px)  {
    .fulfillmen_img1 {
        top: -50px
    }

    .fulfillment_img2 {
        top: -50px;
        margin-top: -150px;
    }

}

@media screen and (max-width:540px)  {
    .fulfillmen_img1 {
        top: -70px !important
    }

    .fulfillment_img2 {
        top: -80px !important;
    }

}

@media screen and (max-width:480px)  {
   

    .fulfillment_img2 {
        top: 22px !important;
        margin-top: 30px !important;
    }

    .w-col-5 {
        width: 95%;
    }

    .section-28.fulfillment {
        margin-top: 0px !important;
    }

    .fulfillment_section1_h_t {
        padding-right: 0 !important;
        padding-left: 28px !important;
    }

}


