.brand-lockup i {
  height: 32px;
}

.peer-logo-wrap {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  padding: 5px 10px;
}

.peer-logo-wrap img {
  width: 74px;
  height: 48px;
  object-fit: contain;
}

.peer-hero-logo {
  width: 210px;
  background: rgba(255, 255, 255, 0.96);
  padding: 14px 20px;
  margin-top: 4px;
}

.peer-hero-logo img {
  position: static;
  inset: auto;
  width: 100%;
  height: 116px;
  object-fit: contain;
  transform: none;
  transition: none;
}

.hero-panel:hover .peer-hero-logo img {
  transform: none;
}

.footer-brand .peer-logo-wrap {
  background: #fff;
}

@media (max-width: 560px) {
  .peer-logo-wrap {
    padding: 4px 7px;
  }

  .peer-logo-wrap img {
    width: 58px;
    height: 38px;
  }

  .peer-hero-logo {
    width: 175px;
    padding: 11px 16px;
  }

  .peer-hero-logo img {
    height: 96px;
  }
}
