div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}

.section-text {
    min-height: 220px;
}

.section-text > span {
	display: inline-block;
	width: 100%;
}

.section-text > span.date {
	color: var(--secondary);
}

.section-text > span.name {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}