h1, h2, h3 {
	position: relative;
	margin: 0;
	
	line-height: normal;
	
	text-transform: capitalize;
	
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	
	color: #B9236B;
}

h1 {
	height: 40px;
	padding-left: 40px;
	
	line-height: 36px;
	font-size: 36px;
}
h1:before { transform: translateY(-50%) scale(.87); }

h2 {
	height: 30px;
	padding-left: 30px;
	
	line-height: 27px;
	font-size: 20px;
}
h2:before { transform: translateY(-50%) scale(.6); }

h1:before,
h2:before,
h3:before {
	content: url(images/icons/arrow.50.svg);
	position: absolute; top: 50%; left: 0;
	display: block; height:55px; width: 33px;
	
	transform-origin: left center;
}