.hover-li-title h6.w-auto{
	width: auto;
}
/*content-1*/
h1.border-h1{
	font-size: 16px;
	color: #222222;
	height: 16px;
	line-height: 16px;
	border-left: 2px solid #d00210;
	padding-left: 6px;
	margin-bottom: 30px;
}
.content-1 img,.content-3 img{
	display: block;
	margin: 0 auto 30px auto;
}
h2.style-h2{
	font-size: 16px;
	font-weight: normal;
	color: #222222;
	position: relative;
	height: 18px;
	line-height: 18px;
	padding-left: 12px;
	margin-bottom: 18px;
}
h2.style-h2:after{
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2.5px;
	background: #000000;
}
h3.style-h3{
	font-size: 14px;
	line-height: 18px;
	height: 18px;
	padding-left: 12px;
	margin-bottom: 18px;
	position: relative;
	font-weight: normal;
	color: #797979;
}
h3.style-h3:after{
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	background: #797979;
	border-radius: 50%;
}
.herf-tabe{
	margin-bottom: 38px;
}
.content-3 h1{
	font-size: 16px;
	color: #444444;
	padding-bottom: 30px;
	font-weight: normal;
}
.content-3 font{
	font-size: 16px;
	color: #444444;
}
@media only screen and (max-width: 960px) {
	.content-1 img, .content-3 img{
		width: 90%;
	}
}