.brand {
  display: flex;
  align-items: center;
  gap: 0;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: normal;
}

.brand img {
  display: block;
  width: clamp(300px, 27.6vw, 432px);
  height: auto;
}

.footer-brand img { width: 300px; }

@media (max-width: 520px) {
  .brand img { width: 258px; }
  .footer-brand img { width: 264px; }
}
