@media screen and (min-width: 768px) { #pdp .list-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: 20px; /* Adjust this value as needed */ } }