.UIServiceCategory_cot .ServiceCategory {
        /* background: #efefef none repeat scroll 0 0; */
        /* border: 1px solid #d2d2d2; */
        border-radius: 0;
        margin: 0 0 20px;
        background: url(images/cdsbg.png);
        min-height: 140px;
        padding: 15px;
        background-repeat: no-repeat;
        background-size: 100%;
}
.UIServiceCategory_cot .ServiceCategory .Title {
        display: none;
}
.UIServiceCategory_cot .ServiceCategory ul {
        border: medium none;
        display: inline-block;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        gap: 30px;
        column-gap: 30px;
}
.UIServiceCategory_cot .ServiceCategory ul li {
        /* background: rgba(0, 0, 0, 0) url("images/i.gif") no-repeat scroll left center; */
        border-radius: 0;
        /* float: left; */
        margin: 0;
        padding: 0;
        width: 100%;
        min-height: 115px;
        display: flex;
        align-items: center;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 100px 5px 5px 100px;
}
.UIServiceCategory_cot .ServiceCategory ul li a {
        color: #fff;
        display: inline-block;
        padding: 0;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 600;
        width: 100%;
        display: flex;
        align-items: center;
        text-align: left;
}
.UIServiceCategory_cot .ServiceCategory ul li a span{
        line-height: 1.4;
        padding-right: 20px;
}
.UIServiceCategory_cot .ServiceCategory ul li a:hover {
        /* color: #004f9c; */
        text-decoration: none;
}
.UIServiceCategory_cot .ServiceCategory .Content{
        width: 1160px;
        margin:auto;
}
.UIServiceCategory_cot .ServiceCategory ul li a img{
        width: 115px;
        height: 115px;
        display: block;
        background: transparent;
        border: 6px solid #FFF;
        border-radius: 50%;
        overflow: hidden;
        object-fit: contain;
        box-shadow: 1px 10px 6px #073f78;
        margin-right: 20px;
        min-width: 115px;
        min-height: 115px;
        transition: 300ms;
}
.UIServiceCategory_cot .ServiceCategory ul li:hover img{
        transform: scale(1.1);
}
.UIServiceCategory_cot .ServiceCategory .Content{
        padding: 0;
}
@media only screen and (max-width: 768px){
        .UIServiceCategory_cot .ServiceCategory ul{
                column-count: 1 !important;
        }
        .UIServiceCategory_cot{
                max-width: 100vw;
                width: calc(100vw - 20px);
                margin: auto;
                margin=b: 1;
        }
        .UIServiceCategory_cot .ServiceCategory{
                background-size: 100% 100%;
        }
        .UIServiceCategory_cot .ServiceCategory .Content{
                max-width: 100%;
        }
        .UIServiceCategory_cot .ServiceCategory ul li{
                margin-bottom: 15px;
        }
}
