@media (min-width: 769px) {
  .text-dark:hover .explain-toggle {
    opacity: 1 !important;
  }
}

@media (max-width: 768px) {
  .explain-toggle {
    opacity: 1 !important;
  }
}

