.img-article-single {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.img-article-single img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}