/* These fixes are for content that is added to landing pages, and was generated by WYIWYG HTML editor */

/* mobile devices */
@media all and (max-width: 1100px) {
		
	#lp-content {
		width:100% !important;
	}
	


}

#lp-content {
	width:70%;
	margin:0 auto;
}
#lp-content img {
	width:100% !important;
	height:100% !important;
	}
#lp-content h2 {
	font-size:21px !important;
	margin-bottom:30px !important;
}

#lp-content p {
	
	font-size:100% !important;
	margin-bottom: -5px !important;
}

