.card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-body {
    flex: 1;
}

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


.d-flex {
    display: flex;
}


@media (max-width: 768px) {

    .content {
        margin-left: 0 !important; /* Content takes full width on mobile */
    }
}

