

.logos-inner {
    display: flex;
    align-items: center;
    padding: 2rem 0;
    border-top: 1px solid var(--wp--preset--color--accent-3);
    border-bottom: 1px solid var(--wp--preset--color--accent-3);
}
.entry-content > .block-logos:first-child .logos-inner {
    border-top: 0;
}


.logo-wall {
  display: flex;
  justify-content: center;
  width: 100%;
}

.logo-wall__collection {
  width: 100%;
}

.logo-wall__list {
  display: flex;
  flex-flow: wrap;
}

.logo-wall__item {
  width: 16.66%;
  position: relative;
}

[data-logo-wall-list] [data-logo-wall-item]:nth-child(n+7) {
  display: none;
}

.logo-wall__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
    height: 90px;
}

.logo-wall__logo img {
    max-width: 140px;
}


.logo-wall__logo-before {
  padding-top: 66.66%;
}

.logo-wall__logo-target {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
  position: absolute;
}

.logo-wall__logo-img {
  width: 100%;
  height: 100%;
  max-height: 100%;
    object-fit: contain;
}


/* Responsive */

/* Desktop small */

@media only screen and (max-width: 1000px) {
.logo-wall__item {
    width: 33.333%;
  }

  [data-logo-wall-list] [data-logo-wall-item]:nth-child(n+7) {
    display: none;
  }
.logos-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
}


/* Tablet */
@media only screen and (max-width: 700px) {

}



/* Iphone */
@media only screen and (max-width: 600px) {

}