@media(max-width:768px){
    .elementor-grid{
        flex-wrap: wrap !important;
    }
    .e-con.e-flex {
        flex-wrap: nowrap !important;
    }
}