.card {
    border-radius: 25px;
}
.destinationCard{
    border-radius: 15px 15px 0 0 !important;
}
.destinationCard::before{
    display: none;
}
.imageDefault {
    object-fit: contain;
}
.card-text {
    color: rgb(80, 159, 66);
    font-weight: bold;
}
.card-body {
    height: 80px;
    overflow: hidden;
}
/* ------ RESPONSIVE STYLES ------ */
/* MD */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cardImg {
        height: 150px;
    }
}
/* ------ RESPONSIVE STYLES END ------ */