@media print, screen and (min-width: 769px) {
.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;
	display:flex;
}
.main .business ul li div:first-child {
	width:65%;
	padding-right:25px;
}
.main .business ul li div:last-child {
	width:35%;
}
.main .business ul li div:last-child p {
	margin-bottom:10px;
}
.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 li:before {
	content: "\f046";
	font-family:FontAwesome;
	margin-right:4px;
	font-weight:normal;
	color:#fb6400;
}
}