.logo-carousel .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 120px; /* stała wysokość slajdu */
}

.logo-carousel img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* najważniejsze */
  padding: 10px;
}