.archive-news__groups{
	max-width: var(--width-sm);
	margin-inline: auto;
}
.archive-news__group:not(:last-of-type){
	margin-bottom: var(--g-sec--lg);
}
.archive-news__hr{
	display: block;
	width: 100%;
	height: 1px;
	background: var(--c-blue);
}
.archive-news__head, .archive-news__body{
	margin-bottom: var(--g-sec--md);
}
.archive-news__foot{
	text-align: center;
}