

/* Start:/local/templates/qupe.wsc/components/bitrix/news/new-news/bitrix/news.list/new/style.css?1759156973727*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 10px 0 0;
	width: 215px;
	height: 170px;
}

.news-item{
	background-color: #f3fdff;
    border: 1px solid #b3f2db;
	width: 100%;
    margin-bottom: 20px;
	padding: 20px 35px;
	border-radius: 20px;
	min-height: 212px;
}

.news-item-title a, .news-item-title span{
	text-decoration: none;
    font: 700 18px "Montserrat", sans-serif;
    color: #3c3b51 !important;
}
.news-item-title{
	margin-bottom: 10px;
	cursor: pointer;
}

@media (max-width: 425px) {
	.news-item {
		display: flex;
		flex-direction: column;
	}
	div.news-list img.preview_picture {
		float: inherit;
		margin:0 0 10px 0;
		width: 130px;
		height: 95px;
	}
}
/* End */
/* /local/templates/qupe.wsc/components/bitrix/news/new-news/bitrix/news.list/new/style.css?1759156973727 */
