
/* New Section Add Css */
.cmnSvSrc-area {
	background: #F5F5F5;
	padding: 30px;
	border-radius: 5px;
	margin-top: 20px
}
.cmnSvHed,
.cmnSvTitl {
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	color: #000;
}
.cmnSvTitl {
	position: relative;
	text-align: center;
	margin-bottom: 60px;
	margin-top: -84px;
	display: block;
}
.cmnSvSrcBoxs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cmnSvSrcBox {
	background: #fff;
	border-radius:8px;
	align-items: center;
	width: calc(50% - 15px);
	justify-content: space-between;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	margin-top: 30px;
	flex-wrap: wrap;
	display: flex;
	padding: 30px;
}
.cmnSvSrcImgTex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 69%;
}
.cmnSvSrcImg img {display: block;}
.cmnSvSrcImg {
	margin-right: 20px;
	width: 36%;
}
.cmnSvSrcTex {
	font-size: 22px;
	color: #000;
	line-height: 1.3;
	width: 57%;
}
.cmnBtn {
	width: 100%;
	height: 36px;
	margin: 8px 0;
	display: flex;
	color: #172E55;
	font-size: 14px;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 1px solid #BFBFBF;
	transition: all .3s ease;
	border-radius: 5px;
	line-height: 1.1;
	font-weight: 400;
	cursor: pointer;
	padding: 5px;
}
.cmnBtn:hover {
	background: #117f39;
	border: 1px solid #117f39;
	color: #fff;
}
.cmnSvSrcBtn {
	display: flex;
	flex-wrap: wrap;
	width: 30%;
}

@media screen and (max-width:1866px) {
	.cmnSvSrcBox {padding: 15px;}
	.cmnSvSrcImgTex {width: 69%;}
	.cmnSvSrcTex {font-size: 18px;}
	.cmnSvSrcImg {margin-right: 10px;}
}

@media screen and (max-width:1666px) {
	.cmnSvSrcImgTex {width: 65%;}
	.cmnSvSrcTex {font-size: 16px;}
	.cmnBtn {font-size: 12px;}
	.cmnSvSrcBtn {width: 35%;
	}
}

@media screen and (max-width:1466px) {
	.cmnSvTitl {text-align: left;}
	.cmnSvSrcImgTex {width: 59%;}
	.cmnSvSrcTex {font-size: 15px;}
	.cmnSvSrcBtn {width: 40%;}
}

@media screen and (max-width:1199px) {
	.cmnSvSrc-area {margin-top: 80px;}
	.cmnSvSrcBox {width: calc(50% - 10px);}
	.cmnSvSrcTex {
		font-size: 18px;
		width: 100%;
		min-height: 50px;
	}
	.cmnSvSrcImgTex,
	.cmnSvSrcImg,
	.cmnSvSrcBtn {width: 100%}
	.cmnSvSrcImg img {width: 100%;}
	.cmnSvSrcImg {margin: 0 0 10px;}
	.cmnSvSrcTex {
		font-size: 18px;
		width: 100%;
	}
	.cmnBtn {font-size: 14px;}
}

@media screen and (max-width:767px) {
	.cmnSvHed,
	.cmnSvTitl {font-size: 20px;}
	.cmnSvSrc-area {padding: 15px;}
	.cmnSvSrcBox {width: calc(100% - 0px);}
	.cmnSvSrcTex {
		min-height: auto;
		margin-bottom: 15px;
	}
}

/* New Section Add Css */

	