

/* Start:/local/templates/odk/components/bitrix/news/page.news/bitrix/news.list/.default/style.css?1773689635369*/
.news-item {
    display: grid !important;
    grid-template-columns: 10fr 25fr;
    gap: 5.9rem;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .news-item {
        grid-template-columns: 2fr 3fr;
        gap: 2rem;
    }
}

@media screen and (max-width: 991px) {
    .news-item {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}
/* End */
/* /local/templates/odk/components/bitrix/news/page.news/bitrix/news.list/.default/style.css?1773689635369 */
