.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 .Content {
        padding: 0 !important;
        height: auto;
        max-height: 322px;
        overflow: hidden;
        overflow-y: auto;
}
.ServiceCategory ul li {
        padding: 6px 0;
        width: 100%;
        margin-left: 0 !important;
        padding-left: 0;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
}
.ServiceCategory ul li a {
        color: #444444;
        font-size: 15px;
        display: flex;
        align-items: flex-start;
        text-decoration: none;
}
.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;
}
.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;
        }
}