.grid48{
  display: grid;
grid-template-columns: repeat(48, [col-start] 2.083333333333333%) [col-end];
width: 100%;
}

.top_gridspace{
  margin-top:8.333333333333333%;
}

.top_halfgridspace{
  margin-top:4.166666666666667%;
}