.tour-image {
    width: 100%;
    height: 250px; /* Đồng bộ kích thước ảnh */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.tour-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Đảm bảo ảnh vừa với khung mà không bị méo */
}

.tour-card {
    height: 420px; /* Giữ tất cả card có cùng chiều cao */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.col-md-4 {
    display: flex;
    align-items: stretch;
}
