.rolling-text .tn-atom {
    transform: none !important;
    transition: opacity 0.5s ease, color 0.5s ease !important;
}

.rolling-text .tn-atom:hover {
    opacity: 1;
    color: #123DA6 !important; /* синий цвет */
}

.rolling-text .block {
    transform: none !important;
    transition: none !important;
}

.rolling-text * {
    transform: none !important;
}
