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

.number-face {
	padding-top: 9px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 0px;
	position: relative;
}

.number-title {
	position: relative;
	width: 100%;
	height: 290px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media (min-width: 991px) {
	.number-title {
		height: 225px;
	}
}

.number-title .number {
	margin: 0px;
	gap: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.number__pre {
	font-family: 'Times New Roman';
	font-size: 34px;
	font-weight: bold;
	color: #986A52;

}

.number__value {
	font-family: 'Times New Roman';
	font-size: 61px;
	font-weight: bold;
	color: #986A52;
	line-height: 100%;
}

.number__post {
	text-transform: uppercase;
	font-family: 'Times New Roman';
	font-weight: bold;
	font-size: 18px;
	color: #986A52;
	z-index: 10;
}

.number__date {
	text-transform: uppercase;
	font-family: 'Times New Roman';
	font-weight: bold;
	font-size: 14px;
	color: #986A52;
	z-index: 10;
}

#main .current-number .background {
    width: 100%;
    height: 100%;
    background-image: url('img/element2.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}