.masonry-cards-wrapper{display:grid;grid-gap:30px;grid-template-columns:repeat(4,1fr)}.masonry-cards-wrapper .image-item{margin-top:0;margin-bottom:0}.masonry-cards-wrapper .image-item:first-child{grid-row:1 / 3;grid-column:1 / 3}@media(max-width:1199px){.masonry-cards-wrapper{grid-template-columns:repeat(2,1fr)}.masonry-cards-wrapper .image-item:first-child{grid-row:1;grid-column:1}}@media(max-width:767px){.masonry-cards-wrapper{grid-template-columns:repeat(1,1fr)}}