
.m-hdnav .nav-item {
        margin-left: 15px;
    }

    .m-hdnav .nav-item > a {
        font-size: 15px;
        font-size: 1.5rem; 
        text-transform: uppercase;
    }

@media screen and (max-width: 1440px) {
    
   
    
        .m-hdnav .nav-item {
        margin-left: 11px;
        text-transform: uppercase;
    }
    
    .m-hdnav .nav-item > a {
        font-size: 13px;
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 1219px) {
    .m-hdnav .nav-item > a {
        font-size: 12px;
        text-transform: uppercase;
        font-size: 1.1rem;
    }
    .m-hdinfo .info-item, .m-hdlang .lang-btn{font-size: 1.1rem;}
}

@media screen and (max-width: 1219px) {
    .m-hdlogo img {
        width: 100px;
    }
}


@media screen and (max-width: 1660px) {
    .m-hdsch {
        margin-left: 10px;
    }
}

@media screen and (max-width: 991px) {
    .m-mobilenav .mbnav-item > a {text-transform: uppercase;
        
    }
}