/* ENG */
#header-menu a:nth-child(1) {
    width: 70px;
}
#header-menu a:nth-child(2) {
    width: 105px;
}
#header-menu a:nth-child(3) {
    width: 60px;
}
#header-menu a:nth-child(4) {
    width: 50px;
}
#header-menu a:nth-child(5) {
    width: 102px;
}
#header-menu a:nth-child(1) .nav-top-int::before {
    content: 'Chi Siamo';
}
#header-menu a:nth-child(2) .nav-top-int::before {
    content: 'Cosa Facciamo';
}
#header-menu a:nth-child(3) .nav-top-int::before {
    content: 'Persone';
}
#header-menu a:nth-child(4) .nav-top-int::before {
    content: 'Notizie';
}
#header-menu a:nth-child(5) .nav-top-int::before {
    content: 'Lavora con Noi';
}
