@media only screen and (max-width: 768px) {
       .products_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}