Hi there,
Please try this code:
@media (max-width:1188px) and (min-width:1027px){
.x-navbar .desktop .x-nav > li > a {
font-size: 12px;
letter-spacing:normal;
}
}
@media (max-width:1027px) and (min-width:979px){
.x-navbar .desktop .x-nav > li > a {
font-size: 11px;
letter-spacing:normal;
}
}
Hope it helps.