.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(500px, max-content)); }