.se-custom-logo-section .default-brands-2 img,
.se-custom-logo-section .default-brands-3 img,
.se-custom-logo-section .default-brands-4 img,
.se-custom-logo-section .default-brands-5 img,
.se-custom-logo-section .default-brands-6 img {
  width: 100%;
  height: auto;
  max-height: 90px;
}

.se-custom-logo-section .default-brands-2 div.editContent,
.se-custom-logo-section .default-brands-3 div.editContent,
.se-custom-logo-section .default-brands-4 div.editContent,
.se-custom-logo-section .default-brands-5 div.editContent,
.se-custom-logo-section .default-brands-6 div.editContent {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 5px;
  height: 100%;
}

@media only screen and (min-width: 992px) {
  .se-custom-logo-section .default-brands-2 > div,
  .se-custom-logo-section .default-brands-3 > div,
  .se-custom-logo-section .default-brands-4 > div,
  .se-custom-logo-section .default-brands-5 > div {
    width: 20%;
  }

  .se-custom-logo-section .default-brands-4 > div:first-child {
    margin-left: 10%;
  }

  .se-custom-logo-section .default-brands-3 > div:first-child {
    margin-left: 20%;
  }

  .se-custom-logo-section .default-brands-2 > div:first-child {
    margin-left: 30%;
  }
}
