.card {
    cursor: pointer;
}

.card .card-title {
    height: 50px;
}

.card .project-profile-wrapper img{
    width: 100%;
}

/* col-xl-4 breakpoint */
@media (min-width: 1200px) {
    .card .project-profile-wrapper img{
        object-fit: contain;
    }

    .card .project-profile-wrapper {
        height: 300px;
    }
}