It due to the style for featured articles in blog page, I updated this custom CSS into your site:
.blog .article-featured .item-image img,
.blog .item-image img{
max-width: 100% !important;
min-height: 250px !important;
}
.blog .article-featured .article-image::before {
background: none !important;
}
Kindly check.