.card {
    height: 100% !important;
    border-radius: 15px;
    overflow: hidden;
}

.card-img-top {
    height: 260px;
    object-fit: cover;
}


.card-body {
    display: flex;
    flex-direction: column;
}

.card-body .btn {
    margin-top: auto; /* Push buttons to the bottom */
}