.article__image_first {
    width:500px;
    height: 350px;
}

.article__image {
    width: 200px;
    height: 150px;
}

.article__image_first img,
.article__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}