.text-decoration-none:hover {
    text-decoration: none;
  }

.hover-orange:hover {
    color: #f7941d;
    text-decoration: dotted;
  }