.header__content--desktop .header__block .link-list__link {font-size: 16px !important;}
@media(max-width:767px){
 div#block-1722619965743 .text {
    text-align: left !important;
}   
    
    
}


@media(min-width:768px){
 
    
    
    
.header__wrap {
    /*border-bottom: .08rem solid #d7e1f0;*/
    box-shadow: 0 1px 8px rgba(0, 0, 0, .05);
}
.header a.link-list__link {
    position: relative;
    display: inline-block;
    padding-bottom: 3px; /* Adjust this as needed */
    transition: all 0.3s ease; /* Apply transition to all properties */
}

.header a.link-list__link:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #07ffab;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.header a.link-list__link:hover:before {
    visibility: visible;
    width: 100%;
}

.header a.link-list__link:hover {
    font-weight: bold;
}
}