.donors-dashboard-card .need-img img {
    display: block;
    object-fit: contain;
    margin: 0 auto;
    max-height: 100px;
    width: auto;
    max-width: 180px;
}
.need-title-link {
    padding: 0 !important;
}
.donors-dashboard-card .need-box {
    padding: 20px;
}

.need-img {
        min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/*p.need-cont {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}*/

.need-title-link a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.need-cont {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}