
#contents section ul.serviceList {
	margin: 0 -20px 0 0;
}

#contents section .serviceList li {
	float: left;
	width: 350px;
	margin: 0 20px 20px 0;
}

#contents section .serviceList li h3 {
    display: block;
    margin-bottom: 20px;
    padding: 17px 10px;
    background-color: #e7e5ef;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

#contents section .serviceList li h3:after {
    content: "\f138";
    margin: 0 8px 0 0;
    color: #1A005D;
    position: absolute;
    top: 14px;
    right: 0;
    font-size: 21px;
}

#contents section .serviceList li h3:hover a {
    color: #FFF;
    background-color: #1A005D;
}

#contents section .serviceList li h3:hover a:after {
    color: #FFF;
}

.imgBox {
    overflow: hidden;
    zoom: 1;
}
.imgBox img {
    float: right;
}
.imgBox .text {
    float: left;
    width: 464px;
}
