@media (min-width: 1024px) {
    #category-games-grid.grid-games {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        grid-template-rows: repeat(6, 1fr);
        grid-auto-flow: unset;
        gap: 16px;
        overflow-x: unset;
        overflow-y: unset;
        width: 100%;
        scroll-behavior: unset;
        cursor: unset;
        user-select: unset;
        -webkit-overflow-scrolling: unset;
    }
}