div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.section-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 90px;
}

.section-descr {
	max-width: 100%;
	width: 70%;
}

.section-picture {
	max-width: 290px;
	width: 100%;
	height: 290px;
	background: no-repeat center center;
	background-color: #eeedeb;
}