.service-news{
	background-color: #f9fafb;
	padding: 5.2% 0 3.4%;
}
.service-news ul{
	margin: 0 auto;
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	width: 60%;
}
.service-news li{
	width: 45%;
	margin-right: 10%;
	margin-bottom: 5%;
	position: relative;
}
.service-news li:nth-child(even){
	margin-right: 0;
}
.service-news li .icon{
	line-height: 1;
}
.service-news li .icon::before{
	content: "\f058";
	color: #f00040;
 	font-family: "fontawesome";
 	font-size: 25px;
 	position: absolute;
 	left: 0;
 	top: 3px;
}
.service-news li .text-box{
	padding-left: 10%;
}
.service-news li h5{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 1.75;
	margin-bottom: 0.3125em;
	height: 1.75em;
}
.service-news li a:hover h5{
	color: #f00040;
}
.service-news li p{
	font-size: 15px;
	line-height: 2;
	color: #828282;
	max-height: 4em;
}
@media only screen and (max-width:1024px) {
	.service-news{
		padding: 2rem 0 1.5rem;
	}
	.service-news ul{
		width: 100%;
	}
	.service-news li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.service-news li .icon::before{
	 	font-size: 1rem;
	 	top: 0.3rem;
	}
	.service-news li .text-box{
		padding-left: 7.5%;
	}
	.service-news li h5{
		font-size: 0.9375rem;
	}
	.service-news li a:hover h5{
		color: #333;
	}
	.service-news li p{
		font-size: 0.75rem;
	}
}