.brand-lockup {
  gap: 0.85rem;
}

.brand-logo {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.brand-logo--alfa {
  height: 2rem;
  max-width: 11rem;
}

.brand-logo--gvs {
  height: 2.1rem;
  max-width: 6rem;
}

.footer-brand {
  display: inline-flex;
  width: fit-content;
  padding: 0.6rem 0.85rem;
  background: #fff;
  border-radius: 0.65rem;
}

.footer-brand .brand-logo--alfa {
  height: 2.1rem;
}

.footer-brand .brand-logo--gvs {
  height: 2.2rem;
}

@media (max-width: 36rem) {
  .brand-lockup {
    gap: 0.6rem;
  }

  .brand-logo--alfa {
    height: 1.55rem;
    max-width: 8.6rem;
  }

  .brand-logo--gvs {
    height: 1.65rem;
    max-width: 4.8rem;
  }

  .footer-brand {
    padding: 0.5rem 0.65rem;
  }

  .footer-brand .brand-logo--alfa {
    height: 1.7rem;
  }

  .footer-brand .brand-logo--gvs {
    height: 1.75rem;
  }
}
