.tour-card {
    /* max-height: max-content; */
    width: 100%;
    border: none;
}

.tour-card .card-img-container {
    border  : none;
    height  : 200px;
    overflow: hidden;
}

.tour-card .card-body {
    border: none;
}

.tour-card .card-body .title-tour {
    /* height: 50px; */
    /* overflow: hidden;
    text-overflow: ellipsis; */
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
}

/*# sourceMappingURL=tour-card.css.map */