.article-section {
	margin: 1rem 0;
}
.section-header {
	border: var(--border-content-container);
	border-top: unset;
	border-left: unset;
	border-right: unset;
	margin: 0.5rem auto;
	width: 100%;
	font-family:
		Titan One,
		Gill Sans,
		Gill Sans MT,
		Calibri,
		Trebuchet MS,
		sans-serif;
	font-weight: 200;
}
.section-postscriptum {
	font-style: italic;
}
