.white-logos {
  display: flex;
  justify-content: center;
}

.white-logos-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .white-logos {
    flex-wrap: wrap;
  }
}