.about_con .title {
	color: #333;
}
.problem h2{
	text-align: center;
    font-size: 28px;
}
.problem .text-muted {
	font-size: 16px;
	line-height: 26px;
}
/*.support {
	background-image: url(../images/support-bg.jpg);
	margin-top: 80px;
}*/
.support .title{
	color: #333;
}
.business_list ul li {
	width: 48%;
	min-height: 415px;
}
.business_list ul li:nth-child(2n) {
	margin-right: 0;
}
.business_list ul li:nth-child(3) {
	margin-right: 3.25%!important;
}
.business_list ul li .img img {
	width: 100%;
}
.content h3 {
	margin: 50px auto;
	text-align: center;
}
.content h4 {
	font-size: 18px;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #3660ae;
    padding: 20px 20px;
    position: relative;
    text-align: center;
}
/*.content h4:before {
	position: absolute;
    content: '';
    left: 0px;
    width: 4px;
    background: #3660ae;
    bottom: 0px;
    height: 100%;
}
*/
.content table {
	width: 100%;
}
.content table th {
	padding: 10px 0px;
}
.content table {
	text-align: center;
	line-height: 36px;
	font-size: 16px;
}
.content table td {
	vertical-align: middle;
	padding: 5px;
}
.content table .firstRow {
	font-weight: bold;
	background: #f9f9f9;
}
.content strong {
	color: #333;
}
.content ol {
	padding: 0px 30px;
    border-left: 2px solid #3660ae;
}
@media screen and (max-width: 768px) {
	.business_list ul li {
		width: 100%!important;
		margin-right: 0!important;
	}
	.business_list ul li:nth-child(2n) {
		margin-right: 0!important;
	}
	.business_list ul li:nth-child(3n) {
		margin-right: 0!important;
	}
	.content h3 {
		margin: 20px auto;
	}
}