.ServiceCategory {
    margin: 0 0 10px;
}
.ServiceCategory .Title {
    background: #f40314;
    background: linear-gradient(141deg, #f40314 0%, #f56f45 51%, #f40314 75%);
    border-radius: 5px 5px 0 0;
    height: 26px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 20px;
    line-height: 26px;
    color: #ffffff;
}
.ServiceCategory ul {
    border: 1px solid #ddd;
    border-radius: 3px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.ServiceCategory ul li {
    padding: 4px 8px;
    background: none;
}
.ServiceCategory ul li a {
    color: #444444;
    font-size: 14px;
}
.ServiceCategory ul li a:hover {
    color: #0580bd;
}
.ServiceCategory ul li a span:before {
    font-family: 'FontAwesome';
    color: #0682ca;
    font-size:24px;
    display: inline-block;
    width: 28px;
    text-align: center;
    margin-right: 6px;
}
.ServiceCategory ul li:nth-child(1) a span.article-title:before {
    content: "\f184";
}
.ServiceCategory ul li:nth-child(2) a span.article-title:before {
    content: "\f0a4";
}
.ServiceCategory ul li:nth-child(3) a span.article-title:before {
    content: "\f279";
}
.ServiceCategory ul li:nth-child(4) a span.article-title:before {
    content: "\f084";
}
.ServiceCategory ul li:nth-child(5) a span.article-title:before {
    content: "\f155";
}
.ServiceCategory ul li:nth-child(6) a span.article-title:before {
    content: "\f21d";
}
.ServiceCategory ul li:nth-child(7) a span.article-title:before {
    content: "\f275";
}
.ServiceCategory ul li:nth-child(8) a span.article-title:before {
    content: "\f06c";
}
.ServiceCategory ul li:nth-child(9) a span.article-title:before {
    content: "\f201";
}
.ServiceCategory ul li:nth-child(10) a span.article-title:before {
    content: "\f279";
}
.ServiceCategory ul li:nth-child(11) a span.article-title:before {
    content: "\f285";
}