
.UIServiceCategory_sp .ServiceCategory {
    width: 1170px;
    margin: 50px auto;
    text-align: center;
}
.UIServiceCategory_sp .ServiceCategory .Title h2 {
    text-transform: uppercase;
    color: #1f7ed0;
    font-size: 20px;
    font-family: Roboto;
}
.UIServiceCategory_sp .ServiceCategory .Title h3 {
    color: #636363d4;
    font-size: 16px;
    font-weight:normal;
    font-family: Roboto;
    padding: 15px 0 10px 0;
}
.UIServiceCategory_sp .ServiceCategory .Title:hover {
    color:#4f4f4f;
}
.UIServiceCategory_sp .ServiceCategory .Title:hover:before {
    left: 15px;
    border:none;
    background: #4f4f4f;
    background: -moz-linear-gradient(top,#4f4f4f 0%,#404040 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4f4f4f),color-stop(100%,#404040));
    background: -webkit-linear-gradient(top,#4f4f4f 0%,#404040 100%);
    background: -o-linear-gradient(top,#4f4f4f 0%,#404040 100%);
    background: -ms-linear-gradient(top,#4f4f4f 0%,#404040 100%);
    background: linear-gradient(to bottom,#4f4f4f 0%,#404040 100%);
}
.UIServiceCategory_sp .ServiceCategory ul {
    list-style: outside none none;
    display: flex;
    margin: 20px -15px;
    flex-wrap: nowrap;
    padding: 0;
}
.UIServiceCategory_sp .ServiceCategory ul li {
    position:relative;
    background: #fff;
    padding: 5px 5px 20px 5px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
    border-bottom: 3px solid #fff;
    flex: 25%;
    max-width: 25%;
    margin: 0 15px;
    border-radius: 3px;
    transition: 0.3s;
}
.UIServiceCategory_sp .ServiceCategory ul li a span.article-title{
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
}
.UIServiceCategory_sp .ServiceCategory ul li:hover a span.article-title{
    color: #2e79e8;
    background: linear-gradient(225deg,#21b8f0 0%,#2e79e8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.UIServiceCategory_sp .ServiceCategory span.article-icon {
    display:block;
}
.UIServiceCategory_sp .ServiceCategory span.article-icon img {
    height: 140px;
    padding:10px;
}
.UIServiceCategory_sp .ServiceCategory li:hover:after {
    content: "";
    height: 2px;
    background: #2e79e8;
    background: linear-gradient(225deg,#21b8f0 0%,#2e79e8 100%);
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    border-radius: 2px;
}
.UIServiceCategory_sp .ServiceCategory li:hover img{
    background: #ffffff;
}











