.masonry__container{display:grid;gap:32px;grid-auto-rows:200px;grid-template-columns:repeat(4,1fr);max-width:100%}.masonry__item{border-radius:24px;height:100%;overflow:hidden;width:100%}.masonry__item img{height:100%;object-fit:cover;object-position:center;width:100%}.masonry__item:first-child{grid-column:span 2;grid-row:span 3}.masonry__item:nth-child(2){grid-column:3;grid-row:span 2}.masonry__item:nth-child(3){grid-column:3;grid-row:span 1}.masonry__item:nth-child(4){grid-column:4;grid-row:1/4}@media (max-width:992px){.masonry__container{gap:20px;grid-template-columns:repeat(2,1fr)}.masonry__item:first-child{grid-column:1/3;grid-row:1/3}.masonry__item:nth-child(2){grid-column:1;grid-row:3/5}.masonry__item:nth-child(3){grid-column:1;grid-row:5/6}.masonry__item:nth-child(4){grid-column:2;grid-row:3/6}}