#travel-types .card{
    border-radius:18px;
    overflow:hidden;
    transition:.35s ease;
}

#travel-types .card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.15)!important;
}

#travel-types .card-img-top{
    height:250px;
    object-fit:cover;
}

#travel-types i{
    transition:.3s;
}

#travel-types .card:hover i{
    transform:scale(1.1);
}