.elementor .footer-desktop{.footer-mobile-tablet {
  display: none !important;
}

@media (max-width: 1024px) {
  .footer-desktop {
      display: none !important;
  }

  .footer-mobile-tablet {
      display: flex !important;
  }
}\n}