.ServiceCategory {
}
.ServiceCategory .Content
{
	padding: 0!important;
        margin-top: 15px;
        background: #faede3
}
.ServiceCategory .Title {

}
.ServiceCategory ul li {
    list-style: outside none none;
    margin: 0;
    padding: 10px;
        display: flex;
        gap:10px;
    border-top: 1px solid #F4E4E4;
        margin-left: 0!important;
        padding-right: 0!important
}
.ServiceCategory ul li:before {
background: #ffc897 url(images/codang1.gif) no-repeat scroll left center;
    content: "";
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 40px;
    flex-shrink: 0;
}
.ServiceCategory ul li .border{
	border: none!important; 
            font-size: 15px;

}
.ServiceCategory ul li .border span{
	font-size: 15px;
        font-weight: 700;
                    line-height: 1.7;
}

.ServiceCategory ul li a {
    background: url('images/bulletmenungang.png') center left no-repeat;
        line-height: 1.4;
        text-align: left;
padding-right:10px;
    display: flex;
    text-transform: uppercase;
    color:var(--color-primary);
    align-items: center;
        font-weight: 600;
        line-height: 1.6
}
.ServiceCategory ul li:first-child a {
        border: none;
}
.ServiceCategory ul li a:hover {
  /***  color: #004f9c;***/
}
@media (max-width: 1023px) and (min-width: 768px){
        .ServiceCategory{
        	
        }
}

}