
.UIServiceCategory_cot .ServiceCategory {
    background: #dbeef8 none repeat scroll 0 0;
    border-radius: .5rem;
    padding: 1rem 12px;
}
.UIServiceCategory_cot .ServiceCategory .Title {color: var(--color-primary);font-size: 18px;font-weight: 500;padding-bottom: 10px;margin-bottom: 1.5rem;display: inline-block;position: relative;border-bottom: 2px solid var(--color-primary);}
.UIServiceCategory_cot .ServiceCategory ul {
    border: medium none;
    display: block;
    height: auto;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.UIServiceCategory_cot .ServiceCategory ul li {
    display:inline-block;
    background: #fff;
    border-radius: .5rem;
    color: #1b1919;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
}
.UIServiceCategory_cot .ServiceCategory ul li a {
    color: #555;
    display: inline-block;
    font-size: 14px;
    position: relative;
    font-weight: 500;
}
.UIServiceCategory_cot .ServiceCategory ul li a .article-title{
    padding-left: 15px;
}
.UIServiceCategory_cot .ServiceCategory ul li a:hover {
    color: #ffba28;
}
.UIServiceCategory_cot .ServiceCategory ul li a:before {
    content: "";
    position: absolute;
    top: 5px;
    background-image: url(images/icon-flower-blue.png);
    width: 9px;
    height: 9px;
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 768px) {
.UIServiceCategory_cot .ServiceCategory ul{
    column-count: 2 !important;
}
.UIServiceCategory_cot .ServiceCategory {
    padding: 10px !important;
    background: #fff none repeat scroll 0 0;
}
.UIServiceCategory_cot{
    background: #dbeef8 none repeat scroll 0 0;
    padding: 10px;
    width: 100vw;
}
.UIServiceCategory_cot .ServiceCategory ul li {
    display: inline-block;
    background: #fff;
    border-radius: .5rem;
    color: #1b1919;
    padding: 0px 0px 10px 0px;
    margin-bottom: 10px;
    margin-left: 0;
    border-bottom: 1px dashed #e5e5e5;
    height: 45px;
}
}