.footer-brands .layout__region {
  gap: var(--sp-xs-s);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.footer-brands .layout__region img {
  max-height: clamp(40px, 14vw, 60px);
  width: auto;
}
