.image-pics{height:fit-content;padding:unset}.image-pics__wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px}.image-pics-row-item:first-child{grid-area:1/1/2/2}.image-pics-row-item:nth-child(2){grid-area:1/2/2/3}.image-pics-row-item:nth-child(3){grid-area:1/3/2/4}.image-pics-row-item:nth-child(4){grid-area:1/4/2/5}@media (max-width:1080px){.image-pics__wrapper{grid-template-columns:repeat(3,1fr)}.image-pics-row-item:first-child,.image-pics-row-item:nth-child(2),.image-pics-row-item:nth-child(3),.image-pics-row-item:nth-child(4){grid-area:auto}}@media (max-width:992px){.image-pics__wrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width:612px){.image-pics__wrapper{grid-template-columns:repeat(1,1fr)}}