.gallery-section .gallery a{padding:10px}.gallery-section .gallery{display:flex;flex-wrap:wrap-reverse;justify-content:center}.gallery-section .image{flex:25%;overflow:hidden;cursor:pointer}.gallery-section .image img{width:100%;height:100%;transition:.4s;border-radius:25px}.gallery-section .image:hover img{transform:scale(1.1)}@media screen and (max-width:960px){.gallery-section .image{flex:33.33%}}@media screen and (max-width:768px){.gallery-section .image{flex:50%}.gallery-section h1{font-size:22px}}@media screen and (max-width:480px){.gallery-section .image{flex:100%}}