
.ServiceCategory {
    width: 100%;
    margin: 10px auto 10px;
    text-align: center;
    padding: 20px 0;
}
.ServiceCategory .Title {
    position:relative;
    font-weight: bold;
    text-transform: uppercase;
    color: #1f7ed0;
    font-size: 18px;
    height: 40px;
    display:none
}
.ServiceCategory .Title:hover {
    color:#4f4f4f;
}
.ServiceCategory ul {
    list-style: outside none none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
.ServiceCategory ul li {
    position:relative;
    padding: 10px;
    border-radius: 5px;
    transition: 0.3s;
    width: 20%;
    display: inline-block;
    margin: 0 -2px 10px -2px;
    vertical-align: top;
}

@media (max-width:991px){
    .ServiceCategory ul li{
        width:33.33%;
    }
}

.ServiceCategory ul li a span.article-title{
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto';
    display: inline-block;
    line-height: 1.5;
    color: #ff2f00;
    background: linear-gradient(225deg,#ff2f00 0%,#ff8c00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.ServiceCategory ul li:hover a span.article-title{
    color: #ff2f00;
}
.ServiceCategory span.article-icon {
    display:block;
}
.ServiceCategory span.article-icon img {
    background: #ffffff;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-bottom: 20px;
    border: 5px solid #ff2f00;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
    padding: 15px;
}
.ServiceCategory li:hover img{
    background: #f6f6f6;
}











