.UIServiceCategory_bottom{
}
.UIServiceCategory_bottom .ServiceCategory{
        margin: 20px 0;
        padding: 20px 0;
        background: url(images/line.png) no-repeat bottom;
}
.UIServiceCategory_bottom .ServiceCategory .Content>ul{
        display: flex !important;
        column-count: unset !important;
        flex-wrap: nowrap;
        justify-content: flex-end;
        gap: 30px;
}
.UIServiceCategory_bottom .ServiceCategory .Content>ul>li{
        width: fit-content;
}
.UIServiceCategory_bottom .ServiceCategory .Content>ul>li img{
        display: none;
}
.UIServiceCategory_bottom .ServiceCategory .Content>ul>li a span{
        font-family: Google Sans;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #000;
}
.UIServiceCategory_bottom .ServiceCategory .Content>ul>li a:hover span{
        color: #3975EA;
}
@media only screen and (max-width: 768px){
        .UIServiceCategory_bottom{
                display: none;
        }
.UIServiceCategory_bottom .ServiceCategory .Content>ul{
        flex-wrap: wrap;
        padding: 0 20px;
        gap: 10px;
        display: none !important;
}
        
}