/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 24 2024 | 09:57:33 */
/* Card TOUR  */

.card-img img {height: 30vh; object-fit: cover;}
.card-title {height: calc(60px + 5vh) !important;}
@media(max-width: 767px) {
	.card-title {height: calc(70px + 5vh) !important;}
}
.card-prezzo {text-align: center;}
.card-prezzo { margin: 0px 6px 0 83%; background-color: red; border-radius: 30px; color: #ffffff; text-align: center;}
.card-prezzo .prezzo-valore {display: flex !important;flex-wrap: nowrap;}

.card-tipologia h4 {padding: 5px;}
.prezzo-valore {justify-content: center !important;}
.card-descr {height: calc(80px + 2vh)!important;}

