@media screen and (max-width: 767px){
    .custom-product-columns .grid{
        display: flex;
        flex-direction: column;
    }
}