
li.noarrow::after {background: none !important;}

/*titolo*/
ul.link-list li:nth-child(1) {display: flex; align-items: center; justify-content: center; padding-left: 0px !important; height: 3em; background-color: rgb(0, 51, 102); color: white; font-weight: bold; text-align: center; }

/*link con testo sotto*/
ul.link-list li:nth-child(2) {margin-bottom: 2px !important;}
ul.link-list li:nth-child(4) {margin-bottom: 2px !important;}
ul.link-list li:nth-child(6) {margin-bottom: 2px !important;}
ul.link-list li:nth-child(8) {margin-bottom: 2px !important;}

/*titolo*/
ul.link-list li:nth-child(10) {display: flex; align-items: center; justify-content: center; margin-top: 30px; padding-left: 0px !important; height: 3em; background-color: rgb(0, 51, 102); color: white; font-weight: bold; text-align: center; }

/*titolo*/
ul.link-list li:nth-child(13) {display: flex; align-items: center; justify-content: center; margin-top: 30px; padding-left: 0px !important; height: 3em; background-color: rgb(0, 51, 102); color: white; font-weight: bold; text-align: center; }

}

@media screen and (max-width: 767px) {
li.noarrow {display: none;}
}