.logoes-loop {
  position: relative;


}

.logoes-module .page-center.no-container {
  max-width: 100% !important;
}
.logoes-loop .item-logo {
  padding: 10px 25px;
}
.logoes-loop .item-logo .logo-holder {
  width: 155px;
  height: 155px;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 0 12px #9F9F9F3B;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
/*
.logoes-loop .item-logo .logo-holder img {
  display: block;
  max-height: 100% !important;
  width: auto;
}*/

@media (max-width: 991px) {
  .logoes-loop .item-logo .logo-holder {
    width: 120px;
    height: 120px;
    border-radius: 10px;


  }
}
}