.brand-logo,
.footer-brand-logo {
  overflow: hidden;
  position: relative;
}

.brand-logo {
  width: 230px;
  height: 72px;
  flex: 0 0 230px;
}

.brand-logo img,
.footer-brand-logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: none;
  transform: translate(-50%, -50%) scale(1.45);
  mix-blend-mode: screen;
}

.footer-brand-logo {
  width: 260px;
  height: 82px;
  margin-bottom: 4px;
}

@media (max-width: 760px) {
  .brand-logo {
    width: 180px;
    height: 62px;
    flex-basis: 180px;
  }

  .footer-brand-logo {
    width: 220px;
    height: 72px;
  }
}

@media (max-width: 420px) {
  .brand-logo {
    width: 150px;
    height: 56px;
    flex-basis: 150px;
  }
}
