.brand-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  height: 100%;
}

.brand-logo img {
  display: block;
  width: 168px;
  height: 54px;
  object-fit: contain;
}

.topbar {
  overflow: hidden;
}

.topbar .brand-logo {
  height: 54px;
  overflow: hidden;
}

.footer-logo {
  width: max-content;
  height: auto;
  padding: 0;
  background: transparent;
}

.footer-logo img {
  width: 220px;
  height: auto;
}

@media (max-width: 600px) {
  .brand-logo img {
    width: 145px;
    height: 46px;
  }

  .topbar .brand-logo {
    height: 46px;
  }

  .footer-logo img {
    width: 200px;
  }
}
