.module-careers-masonry .grid{display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);max-height:100vh;img{border-radius:1rem}.span:first-of-type{grid-column:span 2/span 2}.span:nth-of-type(2){grid-column-start:3}.span:nth-of-type(3){grid-column-start:4;grid-row:span 2/span 2}.span:nth-of-type(4){grid-row-start:2}.span:nth-of-type(5){grid-column:span 2/span 2;grid-row-start:2}}