.ebp-custom-logos-1__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--spacing-4);
}

.section-separator {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background-color: var(--color-background);
}

.section-separator img {
  max-width: 48.341rem;
  max-height: 1.096rem;
}
