.link > a {
    color: #333;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /*letter-spacing: 0.7px;*/
}

.menu-header,
.mobile-menu-header {
    transition: box-shadow 0.5s;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
}

.menu-header.scrolling,
.mobile-menu-header.scrolling {
    box-shadow: 0 0 19px 5px #cccccc88;
}

body {
    overflow-x: hidden;
}


#menu-header {
    transform: translateX(-50%);
}