.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 52px;
  margin-right: auto;
}

.brand img {
  display: block;
  width: auto;
  object-fit: contain;
}

.brand .brand__bc {
  width: auto;
  height: 58px;
}

.brand .brand__arb {
  width: auto;
  height: 48px;
}

.brand__divider {
  width: 1px;
  height: 34px;
  background: var(--line);
}

.footer-logos {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 16px !important;
  height: 62px;
  margin-bottom: 10px;
}

.footer-logos span {
  width: 1px;
  height: 42px;
  background: var(--line);
}

.footer-logos img {
  display: block;
  width: auto;
  object-fit: contain;
}

.site-footer .footer-logos__bc,
.site-footer .footer-logos__arb {
  width: auto;
  height: 60px;
}

@media (max-width: 600px) {
  .site-header {
    gap: 10px;
  }

  .brand {
    gap: 8px;
    height: 44px;
  }

  .brand .brand__bc {
    width: auto;
    height: 47px;
  }

  .brand .brand__arb {
    width: auto;
    height: 40px;
  }

  .brand__divider {
    height: 28px;
  }
}
