.custom-logo-item {
  width: 7%;
  min-width: 80px;
}
.custom-logo-item-wrapper {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 40px;
}

.custom-logo-item-wrapper img {
  max-height: 60px;
  max-width: 120px;
  display: block;
  filter: brightness(0%);
  opacity. 0.8;
}


@media (max-width: 940px) {
  .custom-logo-item-wrapper {
    gap: 20px;
  }

  .custom-logo-item-wrapper img {
    max-height: 40px;
    max-width: 80px;
  }
}

.custom-logo-content {
  margin-bottom: 50px;
}

.custom-logo {
  background: #e6e6f2;
}





