.our-clients-grid__items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  justify-content: center;
}

.client-card {
  background-color: #262626;
  border: 0.0625rem solid #333;
  border-radius: 0.75rem;
  padding: 2.5rem 1.875rem;
  text-align: center;
  min-height: 15.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  flex: 0 0 calc(33.333% - 1.25rem);
  max-width: calc(33.333% - 1.25rem);
}
.client-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1;
}
.client-card__logo {
  width: 12.5rem;
  aspect-ratio: 1;
  margin-bottom: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 1.875rem;
  border: 0.125rem solid transparent;
  position: relative;
}
.client-card__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(30%) brightness(1.1);
  position: relative;
  z-index: 1;
}
.client-card__name {
  font-size: 1.125rem;
  font-weight: 500;
  color: #D2D2D2;
  line-height: 1.4;
  margin: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 61.99875em) {
  .client-card {
    flex: 0 0 calc(50% - 0.9375rem);
    max-width: calc(50% - 0.9375rem);
    padding: 2.1875rem 1.5625rem;
    min-height: 17.5rem;
  }
  .client-card__logo {
    width: 11.25rem;
    aspect-ratio: 1;
    margin-bottom: 1.25rem;
    padding: 1.5625rem;
  }
  .client-card__name {
    font-size: 1rem;
  }
}
@media (max-width: 47.99875em) {
  .client-card {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1.875rem 1.25rem;
    min-height: 16.25rem;
  }
  .client-card__logo {
    width: 10rem;
    aspect-ratio: 1;
    margin-bottom: 1.25rem;
    padding: 1.375rem;
  }
  .client-card__name {
    font-size: 1rem;
  }
}
@media (max-width: 20em) {
  .our-clients-grid {
    padding-top: 2.5rem;
  }
  .our-clients-grid {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 91.875em) {
  .our-clients-grid {
    padding-top: clamp( 2.5rem , 1.8043478260875rem  +  3.4782608696vw , 5rem );
  }
  .our-clients-grid {
    padding-bottom: clamp( 2.5rem , 1.8043478260875rem  +  3.4782608696vw , 5rem );
  }
}
@media (min-width: 91.875em) {
  .our-clients-grid {
    padding-top: 5rem;
  }
  .our-clients-grid {
    padding-bottom: 5rem;
  }
}