tn-element-hover[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: #3db503 !important;
}

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

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

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

.t-slds__bgimg {
    background-size: contain !important;
}

@media screen and (max-width: 1199px) {
    #rec447857927 .t396__artboard {
         height: 169px !important;
    }
}
