.partners {
  display: flex;
  justify-content: center;
}
.partners-item {
  display: inline-block;
  max-width: 1280px;
  overflow: hidden;
  padding: 2em 0em;
}
.partners-item-title {
  display: flex;
  justify-content: center;
}
.partners-card {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 6em;
}
.partners-card-link {
  cursor: pointer;
}

.partners-card-img {
  display: block;
  max-width: 230px;
  max-height: 50px;
  width: auto;
  height: auto;
}

.slick-arrow {
  display: none !important;
}
