.brand-logo {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 9px;
  background: transparent;
}

.brand-logo img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
