.sec1{
	padding: 2.375em 0;
	background-repeat: repeat;
	background-image: url(../images/building_bg.png);
	background-color: #f6f6f6;
	overflow: hidden;
}
.sec1 .img{
	width: 53.8%;
	vertical-align: middle;
	margin-right: 4.8%;
	margin-left: -4%;
}
.sec1 .text{
	display: inline-block;
	vertical-align: middle;
	width: 45.4%;
}
.sec1 .text p{
	font-size: 4.25em;
	color: #2a71b9;
	line-height: 1.47;
}
.sec1 .icon{
	margin-bottom: 1.75em;
	width: 6.25em;
}
@media only screen and (max-width:1023px){
	.sec1{
		padding: 1.375em 0 1.5625em;
	}
	.sec1 .img{
		width: 75%;
		vertical-align: top;
		margin-right: 0;
		margin-left: -3.55%;
	}
	.sec1 .text{
		width: 100%;
		margin-bottom: 0.4375em;
	}
	.sec1 .text p{
		font-size: 1.8125em;
	}
	.sec1 .icon{
		margin-bottom: 0.6875em;
		width: 2.75em;
	}
}