@media (max-width: 1600px){
	.section1 .inner{
		margin-top:150px;
		width:100%;
		height:100%;
	}
	.section1 .title{
		display: block;
		max-height:50px;
		width: auto;
		height: auto;
		margin: 0 auto;
		
	}
}