.ce-logo-wall {
  margin-bottom: 60px;
}
.ce-logo-wall__inner {
  background-color: #f7f7f7;
  border-radius: 12px;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .ce-logo-wall__inner {
    padding: 27px 40px;
  }
}
.ce-logo-wall__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.ce-logo-wall__item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  min-width: 50%;
  max-width: 50%;
}
@media screen and (min-width: 768px) {
  .ce-logo-wall__item {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    min-width: 33.333%;
    max-width: 33.333%;
  }
}
@media screen and (min-width: 992px) {
  .ce-logo-wall__item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
  }
}
.ce-logo-wall__img {
  height: 130px;
  position: relative;
}
.ce-logo-wall__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: calc(100% - 20px);
  max-height: 80px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 992px) {
  .ce-logo-wall__img img {
    max-width: calc(100% - 80px);
  }
}
