.brand-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  padding: 24px;
}

.brand-strip__logo {
  max-height: 32px;
  width: auto;
  opacity: 0.75;
}

.brand-strip__name {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #5A5A5A;
}
