.m-service:nth-child(4n) {
	background: #FAFAFA;
}
.m-service .m-content {
	padding: .6rem .24rem;
}
.m-service:nth-child(4n) .m-content {
	flex-direction: row-reverse;
}
.m-service .content > h1 {
	margin-bottom: .4rem;
	font-size: .8rem;
	font-weight: normal;
	color: #E8432A;
}
.m-service .content .textarea {
	line-height: .56rem;
	font-size: .32rem;
	white-space: pre-wrap;
}
.m-service .content .textarea p {
	white-space: pre-line;
}
.m-service .image {
	margin-top: .4rem;
}
.m-service:nth-child(n+2) .image {
	border-radius: .5rem 0 .5rem 0;
	overflow: hidden;
}