.games-page .games-list{grid-template-columns:repeat(auto-fit,minmax(155px,1fr));justify-content:center;justify-items:center;gap:24px;display:grid}.games-page .games-list>li{width:155px}@media (min-width:900px){.games-page .games-list{grid-template-columns:repeat(5,1fr);justify-items:start}}.games-page .sort-containers{margin:24px 0}.games-page .no-results{margin-top:64px}