.grid-xl {
    display: grid;
    column-gap: 1rem;
    grid-template-columns: repeat(8, 1fr);
    grid-auto-rows: min-content;
}