 .custom-hover-icon img {
      opacity: 0.5 !important;
    transition: opacity 0.3s ease;
    }

  .custom-hover-icon:hover img {
    opacity: 1 !important;
  }