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

.footer-desktop {
  display: flex !important;
}

@media (max-width: 767px) {
  .footer-mobile {
      display: flex !important;
  }

  .footer-desktop {
      display: none !important;
  }
}\n}