.elementor .mobile-only{.mobile-only {
  display: none;
}

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