This particular grid item has the following css properties:
.section:nth-of-type(12){
grid-column:3/6;
grid-row:2/5;
}
The background color on every third item, can be set using the :nth-of-type(3n) operator.