
    .clients__rating {
    margin-bottom: 52px;
    font-size: 20px;
    font-weight: 500;
     color: var(--color-text-primary);
    }
  
    .clients__wrapper {
      display: flex;
      align-items: center;
      justify-content: space-around;
      gap: 40px;
    }

    .clients__item {
      display: flex;
      justify-content: center;
      align-items: center;
    }

      .clients__logo {
        transition: 0.3s;
        filter: grayscale(100%) brightness(70%) contrast(105%);
    }
.custom__filter{
   filter: grayscale(100%) brightness(60%) contrast(105%);
}
    /* 👉 Desktop Fix */
    @media (min-width: 991px) {
      .clients__slider.swiper {
        overflow: visible;
        max-width: 1050px;
      }

      .clients__wrapper {
        display: flex;
        transform: none;
        justify-content: space-around;
      }

      .clients__item {
        width: auto;
      }
    }

    /* @media (max-width: 767px) {
    .clients__rating {
    margin-bottom: 30px;
}
.clients .container{
  padding:0;
  max-width: 100%;
}
} */

@media (max-width: 1199px) {
.clients__rating {
    margin-bottom: 42px;
}
}

@media (max-width: 575px) {
   .clients__rating {
    font-size: 18px;
    margin-bottom: 25px;
}
.clients__wrapper {
    gap: 25px;
}
}