@media only screen and (max-width: 768px) {
  body{
    height: auto;
  }
  .products-home .wrapper .products {
    flex-direction: column;
  }
  .products-home .wrapper .products .product {
    width: 50%;
  }

}