/*
@import "public.css";
*/

section.statement{
	margin-left:2.5%;
	margin-right:2.5%;
}
section.statement em{
	color:#333;
	font-weight:bold;
	font-size:14px;
	font-style:normal;
}


@media screen and (max-width:1023px){
	
	section.statement{
		margin-left:10px;
		margin-right:10px;
	}

}
