@media only screen and (max-width:767px) { products list-grid { display: flex; flex-wrap: wrap; justify-content: space-between; } .products .grid-item {width: 48%; } }