.cards-image {
    height: 220px;
    overflow: hidden;
}
.cards-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
    border: none;
}