.case-study-logo {
  max-width: 200px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.cs-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 1.5rem;
}

.owl-carousel .owl-item img {
  border-radius: 8px;
}
.owl-carousel .owl-nav {
  margin: 0 !important;
}
.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -15px !important;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -30px;
}
@media screen and (max-width: 768px) {
  .owl-carousel .owl-nav button.owl-prev {
    margin-left: 0 !important;
  }
}
.owl-carousel .owl-nav button.owl-next {
  right: -30px;
}
@media screen and (max-width: 768px) {
  .owl-carousel .owl-nav button.owl-next {
    margin-right: 0 !important;
  }
}
.owl-carousel.owl-theme .owl-dots {
  text-align: center;
}

/*# sourceMappingURL=customers.css.map */
