
.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item {
    display: flex;
    height: auto;
}

.custom-card-style-1 {
    width: 100%;
    height: 85%;
}

.custom-card-style-1 .card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}


.custom-card-style-1 p {
    margin-top: auto;
}