
.gd1 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-end: 2;
}

.gd2 {
    grid-column-start: 4;
    grid-column-end: 7;
}

