.news-archive-items {
	max-width: 1000px;
}

.news-archive-items:not(:last-child) {
	margin-bottom: 4em;
}

.news-archive-items > h1.item-title > a,
.news-archive-items > h3.item-info > a {
	text-decoration: none;
}

.news-archive-items > img.item-image {
	max-width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.news-archive-items > div.item-brief,
.news-archive-items > div.item-brief > p {
	text-align: justify;
	font-size: 1.1em;
}

.news-archive-items > a.item-more {
	display: block;
	text-align: left;
	font-size: 1.1em;
	text-decoration: none;
}
