.landing-page-footer.c-footer {
  padding-top: 0 !important;
}

.landing-page-footer.c-footer .c-footer__privacy {
  background: #244545;
}

.landing-page-footer.c-footer .c-footer__privacy .footer-items-wrapper {
  display: flex;
  flex-direction: unset !important;
  align-items: center !important;
  justify-content: space-between;
}

.landing-page-footer.c-footer .c-footer__privacy .footer-items-wrapper .footer_logo  {
  max-width: 280px;
  display: flex;
}

.landing-page-footer.c-footer .c-footer__privacy .footer-items-wrapper .footer_copyright {
  width: fit-content;
  margin-left: auto;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  .landing-page-footer.c-footer .c-footer__privacy .footer-items-wrapper {
    flex-direction: column !important;
    gap: 30px;
    margin: 0;
  }
  .landing-page-footer.c-footer .c-footer__privacy .footer-items-wrapper .footer_copyright {
    width: 100%;
    text-align: center;
  }
  .landing-page-footer.c-footer .c-footer__privacy {
    padding: 30px 0;
  }
}
