.clients > .item.hide{
   display: none;
}
.clients{
   padding-bottom: 2px;
}
.clients.border_items .item{
   margin-bottom: -2px;
   padding: 1em;
   justify-content: center;
   height: clamp(128px, 99.12px + 7.7vw, 247px);
}
.clients .title_tags{
   justify-content: flex-start;
}
.clients .title_tags p.tags{
   margin-right: 0.3em;
   margin-left: 0;
   margin-bottom: 5px;
   width: 100%;
}
.clients .award .icon{
   justify-content: center;
   height: auto;
   margin-bottom: 0;
}
.clients .title_tags p.tags:last-child{
   margin-right: 0;
}

section.trust_companies *{
   box-sizing: border-box;
}
.trust_companies .grey_bg{
   padding: clamp(20px, 180 * (100vw / 1920), 180px) !important;
}
@media only screen and (max-width: 768px){
   .trust_companies .grey_bg{
      padding: 20px !important;
   }
}
.trust_companies .item{
   flex: 0 0 25% !important;
   -webkit-flex: 0 0 25% !important;
}
.trust_companies .item img{
   max-width: 80%;
}

@media only screen and (max-width: 924px){
   .trust_companies .item img{
      max-width: 65%;
   }
}
@media (max-width: 800px){
   .trust_companies .item{
      flex: 0 0 50% !important;
      -webkit-flex: 0 0 50% !important;
   }
}
