.news-page-title {
	text-align: center;
	padding: 20px;
	margin: 0;
	text-transform: uppercase;
}

.news-item-title {
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 0;
}

.news-item-title:hover {
	color: white;
}

.news-item-description {
	font-size: 12px;
}

.div-news-item-container {
    margin-bottom: 10px;
}

.span-news-item-title {
    font-size: 24px;
}

#div-news-item-content {
    font-size: 14px;
}

.image-news-item {
    width: 100%;
}

.news-page-title-wrapper {
	margin-top: 62px;
	margin-bottom: 20px;
}

.div-news-item-wrapper {
	padding: 30px 15px;
	margin-bottom: 20px;
}

.div-news-item-wrapper:last-child {
	margin-bottom: 0;
}

.news-page-content-wrapper {
	margin-top: 62px;
	padding: 20px;
}

#anchor-back-to-news {
	font-size: 21px;
    color: var(--theme-primary-color);
    text-align: center;
}