<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.show_desktop{
  display: block;
}

.show_mobile{
  display: none;
}

@media (max-width: 992px){
  .show_desktop{
    display: none !important;
  }
  
  .show_mobile{
    display: block;
  }
}


@media (max-width: 798px){
  img{
    width: initial;
  }
}</pre></body></html>