.content_container{
	font-size:16px;
}

.call_content h1,
.content_container h1{
	font-size:36px;
	line-height:40px;
	color:#383838;
	margin:0px;
	font-weight:400;
	letter-spacing:normal;
}

.content_container:not(.footer) h2{
	font-family:'Lambresia', sans-serif;
	font-size:18px;
	line-height:44px;
	color:#000;
	margin:0px;
	font-weight:400;
	letter-spacing:normal;
}

.content_container h3{
	font-size:36px;
	line-height:40px;
	margin:0px;
	font-weight:800;
	color:#D7001A;
	letter-spacing:normal;
}

.content_container h4{
	font-size:24px;
	margin:0px;
	font-weight:normal;
	color:#383838;
}

.call_content hr,
.content_container hr{
	border:none;
	display: inline-block;
	border-top:5px solid #D7001A;
	width:110px;
	margin:20px auto 30px auto;
}