/* Блок «СТАТЬИ / НОВОСТИ» на главной: подключается последним, чтобы перебить style.css, media.css и стили из админки. */

@media (min-width: 1024px) {
    section.news .slider .owl-carousel .owl-item .news-row .news-item,
    section.news .slider .news-row .news-item {
        min-height: 130px !important;
        height: auto !important;
        max-height: none !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        box-sizing: border-box !important;
        margin: 0 5px;
    }

    section.news .slider .owl-carousel .owl-item .news-row .news-item .btn-stroke,
    section.news .slider .news-row .news-item .btn-stroke {
        flex-shrink: 0 !important;
    }
}
