.UIServiceCategory_Top .ServiceCategory .nav {
    list-style: none;
    display: flex !important;
    justify-content: space-evenly;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.UIServiceCategory_Top .ServiceCategory .nav li {
    padding: 10px 20px;
     width: fit-content;
}

.UIServiceCategory_Top .ServiceCategory .nav li a.active {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #cd0a0a;
}

.UIServiceCategory_Top .ServiceCategory .nav li+li{
    border-left: 1px solid #e70000;
}
@media only screen and (max-width: 768px) {
  .UIServiceCategory_Top .ServiceCategory .nav {
    list-style: none;
    display: block!important;
    justify-content: center;
    white-space: nowrap;
    padding: 0;
    text-align:center;
    margin: 0;
}
    .UIServiceCategory_Top .ServiceCategory .nav li+li{
    border-left:none;
}
    .UIServiceCategory_Top .ServiceCategory .nav li {
     width: 100%;
}
}