.desktop {
  display: none;
}

.hidden-text, .hidden-text2 {
  display: none;
}

.toggled {
  display: initial;
}

@media only screen and (min-width:992px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: initial;
  }
}
