.brand-logo {
  display: block;
  width: 132px;
  height: auto;
  object-fit: contain;
}

.footer-logo-wrap {
  display: flex;
  align-items: center;
  padding: 6px 9px;
  border-radius: 8px;
  background: #fff;
}

.footer-brand {
  align-items: center;
}

@media (max-width: 580px) {
  .brand-logo { width: 104px; }
  .brand strong { font-size: 1rem; }
}
