.graph {
    grid-row: 1;
    grid-column: 2;
}

@container (max-width: 500px) {
    .graph {
        grid-column: 1;
    }
}
