@media screen and (max-width: 480px) {
	.testo-titolo, h2.text-center, h3.text-center {
	    font-size: 19px !important;
	}
}

@media screen and (min-width: 480px) and (max-width: 768px) {
	.testo-titolo, h2.text-center, h3.text-center {
	    font-size: 26px !important;
	}

}

@media screen and (min-width: 768px) and (max-width: 480px) {
	
}