.menu-desktop .menu > ul > li > a {
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 16px;
    padding: 0 8px;
}

@media only screen and (min-width: 1025px) and (max-width: 1119px){
.menu-desktop .menu > ul > li > a {
    padding: 0px 5px!important;
}
}