.sec1{
	margin-bottom: 7%;/*100*/
}
.sec1 .img{
	margin-bottom: 3.22%;
}
.sec1 p{
	font-size: 1.125em;
	color: #000;
	line-height: 1.6;
	margin-bottom: 0.28em;
	text-indent: 2em;
}
.sec1 p:last-child{
	margin-bottom: 0;
}

@media only screen and (max-width:1024px){
	.sec1{
		margin-bottom: 10%;
	}
	.sec1 .img{
		margin-bottom: 5%;
	}

}