

#intro .content h1 {
	color: #78206e;
}

#intro .content p:last-of-type {
	padding-bottom: 60px !important;	
}
#about_content_wrapper {
	background-image: url(../_img/about/about_content_BG.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#build_graphic .col2 p img {
	margin: 0 auto;	
}

@media (max-width: 940px) {
	#intro {
		margin-bottom: 0 !important;	
		padding-bottom: 0 !important;
	}
	#about_content_wrapper {
		background-image: url(../_img/about/about_content_BG_mobile.png);
		background-size: cover;
		
	}
	#intro .content p:last-of-type {
		padding-bottom: 0px !important;	
	}
	#build_graphic .col2 p.image_full{
		padding: 0 10px;
	}
	
}
