

/* Start:/local/templates/ugd/components/bitrix/news.list/home_newslist/style.css?1675315987760*/
.all-news-list {
	color: #247CCD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    color: #247CCD;
    margin-bottom: 20px;
}
.all-news-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #247CCD;
    text-decoration: none;
    transition: all .3s;
    position: relative;
}
.all-news-list a:hover {
    text-decoration: underline;
}
.all-news-list a::after {
    content: url(/local/templates/ugd/img/blocks/arrow-blue.png);
    margin-left: 20px;
    transition: all .3s;
}
/* End */
/* /local/templates/ugd/components/bitrix/news.list/home_newslist/style.css?1675315987760 */
