/**
 * Trust / Client Logos Block Styles
 *
 * Styles are provided by the theme front-page classes
 * (.client-wrapper, .our-clients, #client-carousel-variable, .logo-item).
 * No per-block CSS is needed; this file is intentionally minimal.
 */
section.client-wrapper.our-clients {
  padding: 48px 0 0 0;
    margin: 0;
}
.row.justify-content-center.client-logos-row img{
  filter: grayscale(500);
}
.row.justify-content-center.client-logos-row {
    padding-bottom: 0;
}
.clients-logos-title{
  margin: 0 0 40px 0;
  
}
.clients-logos-title p{
  text-transform: uppercase;
  color: #666666;
  font-size: 16px;
  margin: 0 0 24px 0;
}
