.brand-logo-mark {
  position: relative;
  display: block;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 12px;
  background: #fbfaf6;
  box-shadow: 0 8px 20px rgba(5, 45, 91, 0.18);
}

.brand-logo-mark img {
  position: absolute;
  width: 100px;
  max-width: none;
  height: auto;
  left: -27px;
  top: -22px;
}

footer .brand-logo-mark {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}
