<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.s_about {
	display: table;
	margin: 40px 0;
	padding: 0;
	position: relative;
	width: 100%;
	background-image: url(../images/bg-about-special.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.s_about .sdes {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
}
.s_about .sdes h3 {
	position: relative;
	display: block;
	position: relative;
	margin: 0 0 20px;
	padding: 0;
	font-size: 36px;
	line-height: 45px;
	color: #0360ae;
}
.s_about .sdes h3 span {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 20px;
	line-height: 20px;
}
.s_about .sdes p {
	margin: 20px 20px 20px 0;
	padding: 0;
}
.s_about .simage {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	width: 50%;
	float: left;
	text-align: right;
}
.s_about .simage img {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 1;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
.s_about .simage:hover img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity: 1;
}
.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: 9
}
.s_about .simage:hover i {
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
}
@media (max-width: 1200px) {
}
@media (max-width: 767px) {
	.s_about .sdes {
		margin: 0 0 20px;
		width: 100%;
		float: unset;
	}
	.s_about .simage {
		width: 100%;
		float: unset;
		text-align: unset;
	}

	div.pp_pic_holder {
		width: 100% !important;
		left: 0 !important;
	}

	.pp_content {
		width: 100% !important;
	}
	.pp_content iframe {
		width: 100% !important;
		min-height: 220px;
	}
	.pp_expand, .pp_description{
		display: none !important;
	}
}</pre></body></html>