.elementor .hide-mobile{/* مخفی در موبایل */
@media (max-width: 767px){
  .hide-mobile{
      display:none !important;
  }
}\n}