.gallery-image {
    width: 100%;
    height: auto;
    /* border: 1px solid  #000e5a; */
    border-radius: 8px;
    margin-bottom: 30px;
    transition: transform 0.2s ease-in-out;
}

.gallery-image:hover {
    transform: scale(1.01);
}