
  .hover-text-orange {
    transition: color 0.3s ease;
  }

  .hover-text-orange:hover {
    color: #f39201;
  }
