#content .termName {
    font-size: 18px; color: #fff;
    padding: 5px 15px;
    background: #829eb6;
}
.termDesc {
    margin-top: 33px;
}
.brandList {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
#content .termName a {
    color: #fff!important;
}
.brandList li {
    width: 20%;
    font-size: 14px;
    text-align: center;
   
    box-sizing: border-box;
}
.itemServList {
    padding: 5px;
    line-height: 16px;
    border: 1px solid #f2f2f2;
    margin: 0 3px;
}
.servImgList {
        height: auto;
}
#content a {
    text-decoration: underline;
}
#content img {
    width: auto;
    max-width: 100%;
}
.titleServiceList {
    padding: 0 5px;
    height: 32px;
}


@media(max-width: 991px) {   
 .brandList {
    margin: 0;
    padding: 0;
    text-align: center;
justify-content: center; }
  .brandList li {
    display: inline-table;
    width: 140px;
}
  
  
  }