.business{font-size:14.5px; line-height:1.6em; letter-spacing:-0.5px; overflow:hidden;}
.business > img{width:100%; margin-bottom:10px;}
.business ul{overflow:hidden; margin-bottom:15px;}
.business ul.style1{margin-top:30px;}
.business ul.style1 li{border:1px solid #ddd; text-align:center; margin-bottom:15px; border-radius:18px; display:inline-block; width:32%; padding:5px; 0; box-shadow: 2px 2px 2px 0px #ccc; }

.business ul.style2{margin-top:40px;}
.business ul.style2 li{text-align:center; float:left; width:32%; margin-left:2%; margin-bottom:30px;}
.business ul.style2 li:nth-child(1), .business ul.style2 li:nth-child(4){margin-left:0;}
.business ul.style2 li img{width:200px; display:block; margin:0 auto 8px; box-shadow: 2px 2px 2px 0px #ccc;}
.business ul.style2 li h4{font-size:18px;}
/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    .business ul.style2 li{float:none; width:100%; margin-left:0;}
}
