/* What we offer - carousel image alignment fix */
.carousel-slider .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-slider .carousel-slider__item {
  height: 220px; /* box height */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.carousel-slider .carousel-slider__item img {
  max-width: 100%;
  max-height: 120px; /* all logos same visible height */
  width: auto !important;
  height: auto !important;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}