h1, h2, h3, p.h1, p.h2, p.h3 {
	margin: 50px 0;
	font-family: Roboto;
	font-size: 4rem;
    font-weight: 700;
    line-height:normal;
	color: #252759;
	text-align: center;
}
h1:after, h2:after, h3:after, p.h1:after, p.h2:after, p.h3:after {
	content: "";
	position: relative;
	display: block;
	width: 46px;
	height: 3px;
	margin: 15px auto 0;
	background-color: #D25620;
	border-radius: 2px;
}
h2, p.h2 {
	font-size: 3.5rem;
}
h3, p.h3 {
	font-size: 2rem;
}
h1 + p, h2 + p, h3 + p {
	margin-top: -20px;
	font-size: 1.6rem;
	text-align: center;
}
@media all and (max-width:616px) {
	h1, p.h1 {
		font-size: 3.5rem;
	}
	h2, p.h2 {
		font-size: 3rem;
	}
	h3, p.h3 {
		font-size: 1.9rem;
	}
}