.client-grid {
  display: grid;
  grid-template-columns: repeat(4,  1fr);
  gap: 3rem 4rem;
  margin-top: 4rem;
  align-items: center;
}

.client-image-box {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 210px;
  max-height: 85px;
  object-fit: contain;
}

.client-image-box img {
  width: 100%;
}
