/* Referans logoları — 5'li dizilim */
@media (min-width: 768px) {
  .col-md-5ths {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.ref-container .ref {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 140px !important;
  min-height: 0 !important;
  padding: 20px !important;
  background: #fff;
}

.ref-container .ref img {
  max-height: 100% !important;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

@media (max-width: 767px) {
  .ref-container .ref {
    height: 100px !important;
    padding: 15px !important;
  }
}