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;
}

.gallery__list-item-descr {
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
}

.gallery__list-item-descr>div {
	color: var(--base-color);
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}

@media (max-width: 1267px) {
	.gallery__list-item-descr>div {
		font-size: 20px;
		min-height: 40px;
	}
}