.projects_list .card {
    max-width: none !important;
}

.projects_list .card .card-caption {
    position: relative !important;
    display: flex;
    flex-direction: column;
}

.projects_list .showcase .card-caption .card-body p {
    color: #f5f5f5 !important;
}

.projects_list .project-logo {
    height: 100px;
    max-width: 250px;
    display: flex;
    justify-content: flex-start;
}

.projects_list .project-logo img {
    object-fit: cover;
    height: 100% !important;
}

.projects_list .card:not(.no-hover) {
    height: 100%;
    background: linear-gradient(45deg, var(--secondary-color) 15%, var(--primary-color) 65%) !important;
    margin-bottom: 0px !important;
}

.projects_list .card:not(.no-hover):hover {
    background: rgba(0, 0, 0, 0.5) !important;
}