.ServiceCategory .Title span {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
        /* padding: 10px 0px; */
        color: #031739;
        display: inline-block;
        font-family: Roboto;
        line-height: 20px;
}
.ServiceCategory .Title {
        /* position: relative; */
        /* font-size: 14px; */
        /* margin-bottom: 10px; */
        width: 100%;
        /* border-top: 3px solid #2A58A0; */
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        /* height: 30px; */
}
.ServiceCategory {
        margin-bottom: 30px;
}
.ServiceCategory .Content {
        padding: 0 !important;
        height: auto;
        overflow: hidden;
        overflow-y: auto;
}
.ServiceCategory ul li {
        padding: 10px 0px;
        width: 100%;
        margin-left: 0 !important;
        padding-left: 0;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        position: relative;
        border: 1px solid #ececec;
}
.ServiceCategory ul li a {
        color: #444444;
        font-size: 15px;
        display: flex;
        align-items: flex-start;
        text-decoration: none;
}
.ServiceCategory ul li::before {
        content: " ";
        background: #959595;
        position: absolute;
        display: block;
        width: 6px;
        height: 6px;
        top: 17px;
        left: 7px;
        border-radius: 5px;
}
.ServiceCategory ul li:hover {
        background: #2a58a0;
        color: white;
        border-radius: 3px;
}
.ServiceCategory ul li:hover span {
        color: white;
}
.ServiceCategory ul li:hover::before {
        background: white;
}
.ServiceCategory ul li img {
        height: 15px;
        filter: invert(29%) sepia(87%) saturate(594%) hue-rotate(181deg) brightness(89%) contrast(100%);
}
.ServiceCategory .border {
        border: none !important;
        width: 100%;
        padding: 0 5px;
}
.ServiceCategory ul li a span {
        flex-grow: 1;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
        text-align: left;
        color: #182940;
        margin-left: 10px;
        position: relative;
}
@media only screen and (max-width: 768px){
        .ServiceCategory {
                padding: var(--padding-res);
                margin-bottom: 20px;
        }
}
