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 pages footer */
.legal-site-footer {
	margin-top: 40px;
	padding: 28px 15px 32px;
	background: #231F20;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.6;
}
.legal-site-footer .legal-container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 12px;
}
.legal-site-footer .legal-footer-links {
	margin-bottom: 14px;
	text-align: center;
	font-size: 14px;
	line-height: 1.9;
}
.legal-site-footer a {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.legal-site-footer a:hover {
	color: #e9e9e9;
}
.legal-site-footer p {
	margin: 0 0 12px;
}
.legal-site-footer > .legal-container > p {
	text-align: center;
	font-weight: 600;
}
.legal-site-footer .legal-disclaimer {
	margin-top: 18px;
	font-size: 12px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.84);
}
.legal-site-footer .legal-disclaimer p:last-child {
	margin-bottom: 0;
}
@media (max-width: 575px) {
	.legal-site-footer {
		padding: 24px 12px 28px;
	}
	.legal-site-footer .legal-footer-links {
		font-size: 13px;
	}
	.legal-site-footer .legal-disclaimer {
		font-size: 11px;
	}
}
