.s_about {
	position: relative;
	width: 100%;;
}
.s_about:before {
	position: absolute;
	top: -10rem;
	right: 0;
	content: "";
	display: block;
	width: 283px;
	height: 355px;
	background-image: url(../images/bg-right-about.png);
	background-repeat: no-repeat; 
}

.s_about:after {
	position: absolute;
	bottom: -10rem;
	left: 0;
	content: "";
	display: block;
	width: 283px;
	height: 355px;
	background-image: url(../images/bg-left-about.png);
	background-repeat: no-repeat; 
	z-index: 1
}
.s_about .showcontent {
	position: relative;
	display: flex;
	margin:4rem 0 2rem;
	padding: 0;
	width: 100%;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}
.s_about .simage {
	position: relative;
	display: block;
	flex: 0 0 auto;
	width: auto;
}
.s_about .simage i {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #ebebeb;
	font-size: 20px;
	display: block;
	margin: auto;
	position: absolute;
	width: 50px;
	height: 50px;
	padding: 15px 17px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #ebebeb;
	background: rgba(255,255,255,0);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 999;
}

.s_about .simage img {
	margin: 0;
	padding: 0;
	position: relative;
	max-width: 100%;
}
.s_about .sdes {
	flex: 1 0 0%;
	position: relative;
	margin-left: 2rem;
}
.s_about .sdes p {
	margin: 20px 0;
	padding: 0;
}
@media (max-width: 1200px) {
}
@media (max-width: 767px) {
	.s_about .showcontent {
		flex-wrap: wrap;
	}
	.s_about .simage {
		width: 100%;
	}
	.s_about .sdes {
		margin-left: 0;
	}
}