.link-effect[data-elem-type="text"] a {
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    /* цвет ссылки до наведения */
    color: #27272C !important;
}

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