.heritage-lotus {
  display: block;
  width: 100%;
  height: auto;
  color: #d6dec6;
  pointer-events: none;
}

.reference-footer .reference-footer__brand--lotus,
.heritage-about-footer__brand {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(78px, 7.5vw, 110px);
  column-gap: 12px;
  align-content: start;
  padding-right: 16px;
}

.reference-footer__brand--lotus > :not(.heritage-lotus),
.heritage-about-footer__brand > :not(.heritage-lotus) {
  grid-column: 1;
  min-width: 0;
}

.reference-footer__brand--lotus .reference-footer__logo,
.heritage-about-footer__logo {
  max-width: 100%;
}

.reference-footer .reference-footer__brand--lotus > .heritage-lotus,
.heritage-about-footer__brand > .heritage-lotus {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: center;
}

.reference-footer__note > .heritage-lotus {
  width: 80px;
  margin: 32px 0 0 auto;
}

@media (max-width: 760px) {
  .reference-footer .reference-footer__brand--lotus,
  .heritage-about-footer__brand {
    grid-template-columns: minmax(0, 1fr) min(28%, 110px);
    padding-right: 0;
  }
}
