.home_emergency {
	margin: 1.5em auto 2em !important;
	width:90%;
	color: #f00;
	font-size: 2rem;
	text-align: center;
	text-decoration: underline;
    line-height: 1.2;
}
@media screen and (max-width: 750px) {
	.home_emergency {
		margin: 1em auto 1.6em !important;
		font-size: 1.4rem;
	}
}