@media screen and (max-width:991px) {
    .display-1.ecommerce {
       width: 500px !important;
    }

}

@media screen and (max-width:640px) {
    .display-1.ecommerce {
        width: 300px !important;
     }
}

@media screen and (max-width:1500px)  {
    .pl3_img1_top {
        top: 100px !important;
    }

    .pl3_img2_top {
        top: -50px !important;
        left: -103px !important;
    }

    .pl3_img3_top {
        left: -71px !important;
        top: -100px !important
    }
}

@media screen and (max-width:1050px) {
    .container-28 {
        padding-left: 10px;
    }
}

@media screen and (max-width:480px) {

    .columns-12._3pl-vs-4pl {
        display: grid;
        justify-content: center;
        grid-template-columns: 57px;
    }
}




