.UIServiceCategory_Unique .ServiceCategory {
        margin: 0 0 0px;
}
.ServiceCategory h1{
	font-size: unset;
}
.UIServiceCategory_Unique .ServiceCategory .Title {
        border-bottom: 1px solid #eeeeee;
        color: #031739;
        font-weight: bold;
        text-transform: uppercase;
        text-align: left;
        padding: 12px 0;
        margin-bottom: 0;
        border-top: 2px solid #da251c;
        border-radius: 2px 2px 0 0;
}
.UIServiceCategory_Unique .ServiceCategory .Title span{
        font-size: 17px;
        font-family: 'Merriweather', serif;
        line-height: 21px;
        color: #0A2458;
}
.UIServiceCategory_Unique .ServiceCategory ul {
        /* border: 1px solid #ddd; */
        list-style: outside none none;
        margin: 0;
        padding: 0;
        column-gap: 30px;
        column-fill: unset;
}
.UIServiceCategory_Unique .ServiceCategory .Content{
        padding: 0 !important;
        /* margin-top: 16px; */
        height: auto;
        max-height: 322px;
        /* margin-bottom: 20px; */
        overflow: hidden;
        overflow-y: auto;
}
.UIServiceCategory_Unique .ServiceCategory ul li {
        padding: 14px 0 !important;
        width: 100%;
        margin-left: 0 !important;
        padding-left: 0;
        -webkit-column-break-inside: avoid;
        /* Chrome, Safari */
        page-break-inside: avoid;
        /* Theoretically FF 20+ */
        break-inside: avoid-column;
        /* IE 11 */
}
.UIServiceCategory_Unique .ServiceCategory ul li+li{
        border-top: 1px solid #E0E5EF
}
.UIServiceCategory_Unique .ServiceCategory ul li a {
        color: #444444;
        font-size: 15px;
        display: flex;
        align-items: flex-start;
        text-decoration: none;
}
.UIServiceCategory_Unique .ServiceCategory ul li a:hover {
        color: #cc0000;
}
.UIServiceCategory_Unique .ServiceCategory ul li a span {
        flex-grow: 1;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        /* identical to box height, or 133% */
        color: #0A2458;
}
.UIServiceCategory_Unique .ServiceCategory ul li a img {
        width: 12px;
        margin-right: 14px;
        display: inline-block;
        margin-top: 3px;
}
.UIServiceCategory_Unique .ServiceCategory ul li a img[src=""] {
        position: relative;
        border: 1px solid #b9d5f2;
        border-radius: 2px;
        width: 30px;
        height: 30px;
        margin-right: 10px;
}
.UIServiceCategory_Unique .ServiceCategory ul li a img[src=""]::after {
        content: 'IMG';
        width: 100%;
        height: 100%;
        background: aliceblue;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        font-weight: bold;
        font-size: 10px;
}
.UIServiceCategory_Unique {
        margin: 0px 0 0px 0;
        margin-top: 0;
}
@media only screen and (max-width: 768px){
        .UIServiceCategory_Unique  div.ServiceCategory {
                padding: 0px  20px!important;
                width: 100vw;
                border-top: none;
        }
        .UIServiceCategory_Unique  .ServiceCategory .Title {
                border-top: 2px solid #da251c;
                line-height: 1.4;
                padding: 10px 0;
        }
        .UIServiceCategory_Unique  .ServiceCategory ul {
                column-count: unset !important;
        }
        .UIServiceCategory_Unique  .ContentBar .AdvertisementBottomRight .AdvertContent{
                display: none;
        }
        .UIServiceCategory_Unique  .ServiceCategory .Content{
                margin-bottom: 0px !important;
        }
        .UIServiceCategory_Unique {
                margin-top: 0;
        }
        .UIServiceCategory_Unique .ServiceCategory ul li a img {
                width: 9px;
                margin-top: 5px;
        }
        .UIServiceCategory_Unique .ServiceCategory ul li a span {
                font-family: Merriweather;
                font-style: normal;
                font-weight: bold;
                font-size: 15px;
                line-height: 23px;
                /* identical to box height, or 153% */
                color: #0A2458;
        }
}
