.widget-snippet .who-we-serve-section{
  padding:24px 0 40px 0;
}
.widget-snippet .who-we-serve-container {
    max-width: 1090px;
    margin: 0 auto;
  
}
.widget-snippet .who-we-serve-container ul{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 15px 43px;
}
.widget-snippet .who-we-serve-container ul li{
      list-style-type: none;
      margin: 0;
      padding: 0;
}
.widget-snippet .who-we-serve-container ul li a {
    border-left: 3px solid #FEBC50;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    background: url(/template/b3bfa779/images/bullet.png) no-repeat scroll 0 center #ffffff;
    font-size: 17px;
    line-height: 28px;
    padding: 10px 0 10px 33px;
    background-position: 9px 16px !important;
    display: block;
    width: 100%;
    text-decoration:none;
 }
.widget-snippet .who-we-serve-container ul li a:hover {
    border-left: 3px solid #251361;
    color:#251361
}
.widget-snippet .who-we-serve-container li:before{
    display:none;
}
