.section h3{
	font-size: 1.375em;
	color: #000;
	font-weight: bold;
}
.section h3 span{	
	background-color: #c7000b;
	margin-right: 0.5em;
	display: inline-block;
	vertical-align: top;
	width: 2px;
	height: 1em;
}
.sec1{
	margin-bottom: 5.8%;
}
.sec1 p{
	font-size: 1.125em;
	color: #000;
	line-height: 1.5;
	margin: 2.8% 0 4.06%;	
}
.sec1 li{
	width: 24.175%;
	margin-right: 1.1%;
	display: inline-block;
	position: relative;
}
.sec1 li:last-child{
	margin-right: 0;
}
.sec1 h5{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 1em;
	font-size: 1.125em;	
	color: #fff;
	font-weight: 500;
  	text-shadow: 0px 0px 1.33em rgba(4, 26, 50, 0.74);
  	text-align: center;
}
.sec2{
	background-color: #e9e9e9;
	position: relative;
	margin-bottom: 10.28%;/*147*/
}
.sec2 img{
	width: 50%;
}
.sec2 .right-part{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.sec2 .text-box{
	width: 445px;
	max-width: 90%;
}
.sec2 h3{
	margin-bottom: 1em;
}
.sec2 p{
	font-size: 1.125em;
	color: #000;
	font-weight: 500;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 1em 0;
}
.sec2 p:last-child{
	border-bottom: 0 none;
	padding-bottom: 0;
}
.sec2 p span{
	margin-right: 0.5em;
}


@media only screen and (max-width:1460px){
	.sec2 h3{
		margin-bottom: 0.75em;
	}
	.sec2 p{
		padding: 0.75em 0;
	}
}


@media only screen and (max-width:1100px){
	.sec2 h3{
		margin-bottom: 0.625em;
	}
	.sec2 p{
		padding: 0.625em 0;
	}
}


@media only screen and (max-width:1024px){
	.section h3{
		font-size: 1.375em;
	}

	.sec1{
		margin-bottom: 4%;
	}
	.sec1 p{
		font-size: 1.125em;
		margin: 4% 0 6%;	
	}
	.sec1 li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.sec1 li:nth-child(even){
		margin-right: 0;
	}
	.sec1 h5{
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 1em;
		font-size: 1.125em;	
		color: #fff;
		font-weight: 500;
	  	text-shadow: 0px 0px 1.33em rgba(4, 26, 50, 0.74);
	  	text-align: center;
	}
	.sec2{
		margin-bottom: 15%;/*147*/
	}
	.sec2 img{
		width: 100%;
	}
	.sec2 .right-part{
		width: 100%;
		position: static;
		padding: 10% 0;
	}
	.sec2 h3{
		margin-bottom: 1em;
	}
	.sec2 p{
		padding: 1em 0;
	}


}