h1, h2, h3, h4 {
	position: relative;
	margin-top: 1.2em;
	font-weight: bold;
}
h1 {
	margin-bottom: 1.2em;
}
h1::before {
	content: '';
	position: absolute;
	bottom: -1rem;
	left: 0;
	height: 4px;
	width: 60px;
	background: #00000029;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
#main-content .container {
	max-width: 900px;
}
#references li {
	margin-bottom: 1em;
}
.legal-site-footer {
	background-color: #f1f1f1;
	margin-top: 3rem;
	padding: 3rem 0;
}
.legal-site-footer .legal-container {
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 1rem;
	text-align: center;
}
.legal-footer-links {
	font-size: 0.95rem;
	line-height: 1.9;
	margin-bottom: 1rem;
}
.legal-footer-links a {
	color: #0d6efd;
	text-decoration: underline;
	white-space: nowrap;
}
.legal-footer-separator {
	color: #444;
	display: inline-block;
	margin: 0 0.35rem;
}
.legal-site-footer > .legal-container > p {
	font-weight: 700;
	margin-bottom: 1.25rem;
	opacity: 0.5;
}
.legal-disclaimer {
	font-size: 12px;
	line-height: 1.55;
}
.legal-disclaimer p {
	margin: 0 0 0.9rem;
}
@media (max-width: 767px) {
	.legal-site-footer {
		padding: 2rem 0;
	}
	.legal-footer-links a {
		white-space: normal;
	}
}
