.featured-offers-five-star-section .card-data {
    height: 110px;
}

.featured-offers-five-star-section .carousel-cell {
    width: 100%;
    height: 492px;
    margin-right: 20px;
    background: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    counter-increment: gallery-cell;
}

@media screen and (min-width: 1024px) {
    .featured-offers-five-star-section .card-data {
        bottom: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .featured-offers-five-star-section .card-data {
        height: 140px;
    }
}

@media screen and (max-width: 991px) {
    .featured-offers-five-star-section .card-container {
        max-width: 292px;
        height: 400px;
    }
    .featured-offers-five-star-section .card-image .img-fluid {
        height: 286px;
    }
    .featured-offers-five-star-section .card-data {
        height: 157px;
    }
    .featured-offers-five-star-section .card-data .card-overlay {
        margin-bottom: 20px;
    }
    .featured-offers-five-star-section .card-data .card-overlay h6.body-4 {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}