.link-effect-menu[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: #313131 !important;
}

.link-effect-menu[data-elem-type="text"] a:hover {
    color: #313131 !important;
}

.link-effect-menu[data-elem-type="text"] a::after {
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    margin: auto;
    margin-bottom: -2px;
    height: 2px;  
    background: ; 
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 51%;
    right: 51%;
    width: 0;
     
}

.link-effect-menu[data-elem-type="text"] a:hover::after {
    background: #009A44;
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
     
}




 .t668__wrapper { border-radius: 20px 20px 20px 20px; box-shadow: 0px 0px 24px rgba(28,28,75,0.1) }


.link-effect-footer[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: #ffffff !important;
}

.link-effect-footer[data-elem-type="text"] a:hover {
    color: #ffffff !important;
}

.link-effect-footer[data-elem-type="text"] a::after {
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    margin: auto;
    margin-bottom: -2px;
    height: 2px;  
    background: ; 
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 51%;
    right: 51%;
    width: 0;
     
}

.link-effect-footer[data-elem-type="text"] a:hover::after {
    background: #ffffff;
     
    opacity: 1;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
     
}