.wysiwyg a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .wysiwyg a:hover {
    text-decoration: none;
  }
}
