html,
body {
    overflow-x: hidden !important;
}

.carousel-inner {
    overflow: hidden;
}

.destination-img {
    object-fit: cover;
    height: 180px;
}

.card-body {
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.card-text {
    font-size: 1rem;
}

.dest-img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}