.footer-logos {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-logos > * {
  max-width: 140px;
  text-align: center;
}
@media (max-width: 500px) {
  .footer-logos {
    justify-content: space-around;
  }
  .footer-logos > * {
    align-content: center;
    min-width: 100px;
  }
}
.footer-logos img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/*# sourceMappingURL=brain-footer-logos.css.map */
