.UIServiceCategory_Image .ServiceCategory {
        width: 100%;
        margin: 10px auto 10px;
        text-align: center;
        padding: 20px 0;
        margin-bottom: 30px;
}
.UIServiceCategory_Image .ServiceCategory .Title {
        color: #fff;
        padding: 0;
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px;
        display: none;
}
.UIServiceCategory_Image .ServiceCategory ul {
        /* border: 1px solid #ddd; */
        /* border-radius: 0 0 5px 5px; */
        list-style: none;
        margin: 0;
        padding: 0;
        /* background:#F0F0F0; */
        display: flex !important;
        flex-direction: row;
        gap: 10px;
}
.UIServiceCategory_Image .ServiceCategory ul li {
        /* background: rgba(0, 0, 0, 0) url("images/i.gif") no-repeat scroll left center; */
        padding: 0;
}
.UIServiceCategory_Image .ServiceCategory ul li a {
        color: #dee2e6;
        font-size: 14px;
        transition: 300ms;
        text-decoration: none;
        transition: 300ms;
        text-decoration: none;
        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;
}
.UIServiceCategory_Image .ServiceCategory ul li a .article-title{
        display: block;
        margin-top: 15px;
}
.UIServiceCategory_Image .ServiceCategory ul li a:hover{
        color: #ff720a !important;
        transition: .1s;
        text-shadow: -1px 1px 20px white;
}
.UIServiceCategory_Image .ServiceCategory ul li a:hover {
        color: #004f9c;
}
.UIServiceCategory_Image .ServiceCategory ul li a img{
        display: inline-block;
        background: #ffffff;
        width: 100px;
        height: 100px;
        border-radius: 100px;
        margin-bottom: 20px;
        border: 5px solid #ff2f00;
        box-shadow: 0 0 40px rgb(0 0 0 / 7%);
        padding: 15px;
        margin-bottom: auto;
}
.UIServiceCategory_Image div.ServiceCategory .Content {
        padding: 0;
}
.UIServiceCategory_Image div.ServiceCategory ul li {
        margin: 0;
        padding: 0;
        margin-bottom: 0;
        width: calc(100% / 5 - 8px);
        text-align: center;
}
@media only screen and (max-width: 768px){
        .UIServiceCategory_Image div.ServiceCategory .Title {
                margin-bottom: 10px !important;
                margin-top: 5px !important;
        }
        .UIServiceCategory_Image div.ServiceCategory {
                padding: 0 20px !important;
        }
        .UIServiceCategory_Image div.ServiceCategory ul li a img:after {
                display: none !important;
        }
        .UIServiceCategory_Image div.ServiceCategory .ViewMore {
                display: none !important;
        }
        .UIServiceCategory_Image div.ServiceCategory ul li a span {
                align-items: flex-start;
        }
        .UIServiceCategory_Image div.ServiceCategory ul li {
                width: calc(100% / 2 - 8px);
        }
}
