.section.section-expert .news-list .news-item-bl {
    width: 100%;
}

.section.section-expert .news-list .news-img {
    height: 211px;
}

.section.section-expert .news-list .news-img img {
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1399px) {
    .section.section-expert .news-list .news-img {
        height: 182px;
    }
}

@media (max-width: 1199px) {
    .section.section-expert .news-list .news-img {
        height: 152px;
    }
}

@media (max-width: 991px) {
    .section.section-expert .news-list .news-img {
        height: 140px;
    }
}

@media (max-width: 799px) {
    .section.section-expert .news-list .news-img {
        height: 180px;
    }
}

@media (max-width: 646px) {
    .section.section-expert .news-list .news-img {
        height: 150px;
    }
}

@media (max-width: 490px) {
    .section.section-expert .news-list .news-img {
        height: 120px;
    }
}