.card-item {
    display: flex;
}

.card-item .border {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px; /* Adjust this height as needed */
}

.card-item .border span,
.card-item .border div {
    word-wrap: break-word;
}



.card-item .basisSpan {
    min-height: 32px; /* Fix height for subtitle */
    display: block;
}

.card-item .fw-bold.fs-13 {
    min-height: 20px; /* Fix date height */
}


@media (max-width:767.98px){
.card-item .border{height:auto;}

}