/* ==========================================================================
   Trusted By Leading Customers Section
   ========================================================================== */
.clients__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.client-logo {
  width: 140px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--color-white);
  border: 1px dashed var(--color-gray-200);
  border-radius: var(--radius-sm);
  color: var(--color-ink-300);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
