

/* Start:/local/templates/finch/components/bitrix/news/blogging/bitrix/news.list/.default/style.css?1671537532528*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list p {
	margin-bottom: 16px;
}
.news-item {
	display: flex;
	margin-bottom: 32px;
}
.news-item-image {
	margin-right: 20px;
}
.news-item-image img {
	width: 400px;
	height: auto;
}
.news-item-title {
	text-transform: uppercase;
	font-size: 24px;
}
.news-date-time {
	color:#adcd5f;
}

@media screen and (max-width: 991px) {
	.news-item {
		flex-direction: column;
	}
	.news-item-image {
		margin-bottom: 16px;
		margin-right: 0;
	}
	.news-item-image img {
		width: 100%;
	}
}
/* End */
/* /local/templates/finch/components/bitrix/news/blogging/bitrix/news.list/.default/style.css?1671537532528 */
