.privacy-page .logo {
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.privacy-page .brand-logo {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 88px;
  height: 30px;
  overflow: hidden;
}

.privacy-page .brand-logo img {
  position: absolute;
  width: 138px;
  height: 138px;
  max-width: none;
  left: -25px;
  top: -54px;
}

.privacy-page .logo-sub {
  max-width: 220px;
}

.privacy-page .footer-brand .brand-logo {
  width: 78px;
  height: 26px;
}

.privacy-page .footer-brand .brand-logo img {
  width: 122px;
  height: 122px;
  left: -22px;
  top: -48px;
}

@media (max-width: 680px) {
  .privacy-page .brand-logo {
    width: 72px;
    height: 25px;
  }

  .privacy-page .brand-logo img {
    width: 114px;
    height: 114px;
    left: -21px;
    top: -45px;
  }
}
