Put two columns for Mobile on "You May Also Like"

Im trying to put two columns for Mobile on “You May Also Like” example below URL - https://avokitchen.com/

hi @Yusa1

Its SideNode! We will be happy to help you today.

You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>

@media screen and (max-width: 450px){
.product-recommendations .product-grid .grid__item {
    width: calc(50% - 0.25rem)!important;
}
}

If I was able to assist you, please remember to give it a Like and Mark it as the Solution!
Let me know if need further assistance
Regards,
SideNode