.image-grid-popup-section .image-grid-wrapper{display:grid;gap:30px;grid-template-columns:repeat(4,1fr)}@media only screen and (max-width:991px){.image-grid-popup-section .image-grid-wrapper{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:767px){.image-grid-popup-section .image-grid-wrapper{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:480px){.image-grid-popup-section .image-grid-wrapper{grid-template-columns:repeat(1,1fr)}}