#infograph{
	 position:relative;
}
 .infographic-header {
	 position: absolute;
	 width:100%;
	 padding: 30px;
	 background: #7bb9c2;
	 text-transform: uppercase;
	 text-align:center;
	 color:white;
}
 .infographic-header h3 {
	 font-size: 2em;
}
 .infographic-header h4 {
	 font-size: 1.8em;
}
 .infographic-desktop-content::after {
	 content: url("../../_images/mountains.svg");
	 margin: auto;
	 width: 100%;
}
 .infographic-desktop-content h4{
	 font-size: 1.6em;
}
 .infographic-desktop-content-secondary {
	 margin-top:-6.5%;
	 background: #96CA5F url("../../_images/river.svg") repeat-y center center;
	 background-size: auto 600px;
	 padding:50px 15px 0 15px;
}
 .infographic-desktop-content-secondary h4 {
	 color: white;
	 font-weight: 700;
	 font-size:1.3em;
}
 .infographic-desktop-content-secondary a {
	 color: #1E6D7A 
}
 .infographic-desktop-content-secondary p {
	 font-size: 1.1em;
}
 @media (max-width: 1199px) {
	 .infographic-header h3 {
		 font-size: 1.5em;
	}
	 .infographic-header h4 {
		 font-size: 1.3em;
	}
	 .what-can-i-do-icon {
		 margin-bottom: 20px;
		 max-width: 100px;
	}
	 .infographic-desktop-content-secondary * {
		 text-align: center;
	}
}
 @media (max-width: 1199px) {
	 .infographic-desktop-content::before {
		/* content: url("../../_images/mountains-mobile.svg");
		 */
	}
}
