@media only screen and (max-width:1200px){
    .region-menu .menu-small .menu > li a {
        font-size: 16px;
    }
}

@media only screen and (max-width:1065px){
    .region-menu .menu-small .menu > li a {
        font-size: 15px;
    }
}

