.logo-cloud ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 3.2rem;
  padding: 0;
  list-style: none;
  gap: clamp(1rem, 2.5vw, 3.5rem);
}

.logo-cloud li {
  height: 10rem;
}

.logo-cloud img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
