.footer-landing__inner {
   padding-top: clamp(62px, 82 * (100vw / 1920), 82px);
   border-top: 2px solid #fff;
   display: flex;
   justify-content: space-between;
   gap: 26px;
   align-items: center;
}

.footer-landing__logo {
   width: clamp(216px, 394 * (100vw / 1920), 394px);
   height: clamp(46px, 84 * (100vw / 1920), 84px);
}

.footer-landing__logo img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}

@media (max-width: 600px) {
   .footer-landing__inner {
      flex-direction: column;
   }
}
