
      .gallery-section .card{
    border-radius:16px;
    overflow:hidden;
    transition:.3s ease;
}

.gallery-section .card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.15)!important;
}

.gallery-section .card img{
    height:230px;
    object-fit:contain;
}

.gallery-section .card-title{
    color:#13225F;
}

    