#header_servizi { text-align: center; margin: 30px 0 20px; }
#header_servizi img { width: 100%; max-width: 960px; height: auto; border-radius: 10px; }
.tabella_categoria { width: 100%; border:none; margin: 0 0 40px; }
.tabella_categoria td { box-sizing: border-box; border-bottom: 1px solid #DCDCDC; vertical-align: middle; }
.tabella_categoria td:first-child {
	font-weight: 400; font-size: 15px; line-height: 20px; color: #000; padding: 13px 10px; text-align: left;
}
.tabella_categoria td:first-child i { display: block; color: #666; font-size: 14px; line-height: 18px; }
.tabella_categoria td:last-child { width: 1px; white-space: nowrap; padding: 12px 10px; text-align: center; line-height: 0; }
.tabella_categoria td.titolo {
	text-align: left; font-weight: 600; font-size: 26px; line-height: 32px; color: #EE7627; padding: 60px 0 20px; white-space:normal;
}
.tabella_categoria td.titolo i {
	display: inline-block; width: 50px; height: 50px; margin: 0 15px -16px 0; 
	background-repeat: no-repeat; background-size: 50px auto;
}
.tabella_categoria .gratuito {
	display: inline-block; background: #33B868; border-radius: 5px; box-sizing: border-box; padding: 2px 6px 3px;
	font-weight: 500; font-size: 13px; line-height: 16px; color: #FFF;
}
.tabella_categoria .pagamento {
	display: inline-block; background: #DE3A3A; border-radius: 5px; box-sizing: border-box; padding: 2px 6px 3px;
	font-weight: 500; font-size: 13px; line-height: 16px; color: #FFF;
}
.tabella_categoria .richiesta {
	display: inline-block; background: #F49916; border-radius: 5px; box-sizing: border-box; padding: 2px 6px 3px;
	font-weight: 500; font-size: 13px; line-height: 16px; color: #FFF;
}
.tabella_categoria td:first-child .gratuito, .tabella_categoria td:first-child .pagamento,
.tabella_categoria td:first-child .richiesta { display: none; }
@media screen and (max-width: 1020px) {
	#header_servizi { margin: 30px 30px 20px; }
}
@media screen and (max-width:767px) {
	#header_servizi { margin: 30px 16px 20px; }
	.tabella_categoria td:last-child { display: none; visibility: hidden; }
	.tabella_categoria td.titolo { display: table-cell; visibility: visible; font-size: 22px; line-height: 28px;  }
	.tabella_categoria td.titolo svg { width: 40px; height: auto; margin: 0 12px -14px 0; }
	.tabella_categoria td:first-child .gratuito, .tabella_categoria td:first-child .pagamento,
	.tabella_categoria td:first-child .richiesta { display: inline-block; }
}