@media (min-width: 577px){

#mainheader .comune .logotxt h1 {
    font-size: 21px;
    max-width: 218px;
}

.sottotitolo_sito {
    font-size: 20px;
    margin-top: 28px;
}

}

@media (max-width: 576px){
#mainheader .comune .logotxt h1 {
    max-width: 200px;
    font-size: 0.99em!important;
}


.sottotitolo_sito {
    margin-top: 1em!important;
}




}

