.blog-card img.blog-art {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-card.featured img.blog-art {
    height: 100%;
    min-height: 430px;
}

@media (max-width: 760px) {
    .blog-card.featured img.blog-art {
        height: 260px;
        min-height: 260px;
    }
}
