@media screen and (max-width: 768px) {
.main .business ul {
}
.main .business > ul > li {
	margin-bottom:35px;
	padding-bottom:20px;
	border-bottom:#CCC 1px dotted;
}
.main .business ul li {
	color:#333;
	text-decoration:none;
}
.main .business ul li div:last-child {
}
.main .business ul li div:last-child p {
	position:relative;
	height:200px;
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
}
.main .business ul li div:last-child p img {
	position:absolute;
	top:-50%;
}
.main .business ul li div:last-child a {
	display:block;
	padding:6px;
	background:#fb6400;
	color:#FFF;
	text-align:center;
	text-decoration:none;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}
.main .business ul li div:last-child a:hover {
	background:#d95600;
}
.main .business ul li div:last-child a:before {
	content: "\f101";
	font-family:FontAwesome;
	margin-right:4px;
	font-weight:normal;
}
.main .business ul li div h3 {
	font-size:18px;
	font-weight:bold;
	background:#f0f0f0;
	padding:10px;
	line-height:1;
	margin-bottom:15px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}
.main .business ul li div h3:before {
	content: "\f10c";
	font-family:FontAwesome;
	margin-right:4px;
	font-weight:normal;
	color:#fb6400;
}
.main .business ul li div p {
	margin-bottom:10px;
}
.main .business ul li div section h4 {
	font-size:16px;
	font-weight:bold;
	border-bottom:#ccc 1px solid;
	margin-bottom:10px;
}
.main .business ul li div section ul {
	margin-bottom:15px;
}
.main .business ul li div section ul li:before {
	content: "\f046";
	font-family:FontAwesome;
	margin-right:4px;
	font-weight:normal;
	color:#fb6400;
}
}
