.statement_banner{
	width: 100%;
	height: 400px;
	background-image: url('../image/statebg.png');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	line-height: 400px;
	text-align: center;
}
.state_box{
	background-color: #f6f8fc;
	box-sizing: border-box;
	padding-top: 70px;
	padding-bottom: 70px;
}
.state_content,.state_content p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6667;
}
.state_content{
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 50px;
	color: #333333;
}
.state_content p{
	color: #333333;
	text-align: justify;
	margin-top: 25px;
}
.state_content p:nth-child(1){
	margin-top: 0;
}