/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 06 2022 | 13:42:16 */
@media only screen and (max-width: 768px) {
	.fusion-tabs .tab-pane {
    padding: 0px!important;
}
}

@media only screen and (min-width: 992px) {
	#card-percorso {
	height:500px !important;
}
}