.elementor .desktop-only{@media screen and (max-width: 991px) {
.desktop-only {
  display: none;
}
}\n}.elementor .mobile-only{@media screen and (min-width: 768px) {
.mobile-only {
  display: none;
}
}\n}