.image-grid-wrapper img{width:100%;height:100%}.image-grid-wrapper{grid-template-columns:repeat(1,1fr);gap:20px;display:grid}@media (min-width:576px){.image-grid-wrapper{grid-template-columns:repeat(2,1fr)}}@media (min-width:640px){.image-grid-wrapper{grid-template-columns:repeat(7,1fr);gap:25px}.image-grid-wrapper :first-child{grid-area:span 2/span 4}.image-grid-wrapper :nth-child(2),.image-grid-wrapper :nth-child(3){grid-area:span 2/span 3}.image-grid-wrapper :nth-child(4){grid-area:span 2/span 4}}@media (min-width:768px){.image-grid-wrapper{gap:30px}}@media (min-width:1024px){.image-grid-wrapper{gap:45px}}
