.linkeffect[data-elem-type="text"] a {
    border: 0 !important;
    display: inline-block !important;
    width: auto !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    /* цвет ссылки до наведения */
    color: #4E4B4B !important;
}

.linkeffect[data-elem-type="text"] a:hover {
    /* цвет ссылки после наведения */
    color: #4E4B4B !important;
}

.linkeffect[data-elem-type="text"] a::after {
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    margin: auto;
    /* отступ между ссылкой и подчеркиванием; 
    если нужно сделать расстояние больше, то используй отрицательное значение */
    margin-bottom: 2px;
    /* толщина подчеркивания */
    height: 2px;  
    /* цвет подчеркивания до наведения */
    background: #e42e3a; 
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 51%;
    right: 51%;
    width: 0;
     
}

.linkeffect[data-elem-type="text"] a:hover::after {
    /* цвет подчеркивания после наведения */
    background: #F57A97;
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
     
}

tn-atom .tn_text_1643114797865 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90.16deg, #048D5B 42.46%, rgba(4, 141, 91, 0.55) 75.83%, #048D5B 89.3%);
}

