.brand .brand-logo {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  object-fit: contain;
}
@media (max-width: 700px) {
  .brand .brand-logo {
    width: 44px;
    height: 44px;
  }
}
