.gallery-img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.gallery-img:hover {
    transform: scale(1.1);
}
 @media (max-width: 768px) {
    #gallery {
        padding: 40px;
    }
}