.hover-text,
.hover-text * {
    color: #3F3F3F !important;
    transition: color 0.2s ease !important;
    opacity: 1 !important;
}

.hover-text:hover,
.hover-text:hover * {
    color: #A982FF !important;
    opacity: 1 !important;
}