

/* Start:/local/templates/base/components/bitrix/news/news/bitrix/news.detail/.default/style.css?1770219667471*/
.news-detail__title {
    color: var(--primary-blue);
    margin-bottom: 3.375rem;

    @media (min-width: 1200px) {
        margin-bottom: 5.25rem;
    }

    @media (max-width: 1199px) {
        font-size: 2.5rem;
    }
}

.news-detail__image img {
    height: 21.25rem;
    width: 100%;
    object-fit: cover;
    border-radius: 1.875rem;
    margin-bottom: 3.125rem;

    @media (min-width: 1200px) {
        height: 47.25rem;
        margin-bottom: 5.25rem;
    }
}

/* End */
/* /local/templates/base/components/bitrix/news/news/bitrix/news.detail/.default/style.css?1770219667471 */
