selector .e-loop-item:nth-of-type(3){
      grid-row: span 2;
}

.e-loop-item:nth-of-type(4){
    grid-column: span 2;
   
}