.client-card img {
    width: 100%;
}

.client-card img {
    border-radius: 6px;
}

@media (max-width: 767px) {
    .client-card img {
        max-height: 244px;
    }

    .featured .client-card img {
        height: 100%;
        min-height: 408px;
        object-fit: cover;
    }
}