/* Extra small */
@media (max-width:576px) {
	hr {
		margin:-10px 0 10px 0;
	}
	h1 {
		font-size:1.1rem !important;
		font-weight:400 !important;
		margin-top:0 !important;
		line-height:2.2rem;
	}
	h2 {
		font-size:2.3rem !important;
		margin-top:0 !important;
	}
}