.gallery{display:flex;flex-wrap:wrap;gap:20px;justify-content:start;margin:30px 0}.gallery-img{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.2);cursor:pointer;height:150px;object-fit:cover;transition:transform .3s;width:200px}.gallery-img:hover{transform:scale(1.05)}.popup{align-items:center;background:rgba(0,0,0,.8);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.popup-img{border-radius:8px;box-shadow:0 2px 15px hsla(0,0%,100%,.2);max-height:80%;max-width:90%}.close{color:#fff!important;cursor:pointer;font-size:30px!important;position:absolute;right:50px;top:30px}button.next,button.prev{background:#fff;border:none;border-radius:50%;color:#035481;font-size:20px;height:40px;line-height:14px;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:40px}button.prev{left:15%}button.next{right:15%}button:hover{background:#035481;color:#fff}@media (max-width:767px){.gallery{justify-content:center}.gallery-img{width:auto}.popup-img{max-height:80%;max-width:90%!important}button.next,button.prev{top:70%}button.prev{left:38%}button.next{right:38%}}