@media only screen and (min-width: 768px) {
    .elementor-widget-wrap .elementor-widget.first-column-products-home {
        text-align: center;
        position: absolute;
        width: 100%;
        z-index: 100;
        bottom: 0;
        margin-bottom: 4rem;
    }
}
@media only screen and (max-width: 767px) {
    .product-row-home .elementor-image{display: none;}
}

@media only screen and (max-width: 767px) {
    .home_cat_recomends{
        text-align: center;
    }
}