@charset "UTF-8";
/* index */


#contenitore_tasselli_flex {
	background: #f6f6f6;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-bottom: 100px;
}
.tassello_flex {
	background: #eeece4;
	width: 291px;
	flex-basis: auto;
	margin-top: 36px;
}
.tassello_flex figure {
	text-align: center;
}
.tassello_flex figure img {
	margin-top: 17px;
}
.tassello_flex .contenitore_testo_tassello {
	margin-left: 17px;
	margin-right: 17px;
	margin-top: 25px;
}
.tassello_flex .contenitore_testo_tassello a {
	text-decoration: none;
}
.tassello_flex .contenitore_testo_tassello .titolo_tassello {
	font-size: 29px;
	color: #3b3939;
}
.tassello_flex .contenitore_testo_tassello .testo_tassello {
	margin-top: 19px;
	font-size: 13px;
	color: #858484;
	text-align: justify;
}
.tassello_flex .contenitore_testo_tassello .testo_tassello a {
	margin-top: 19px;
	font-size: 13px;
	color: #858484;
	text-align: justify;
	height: 40px;
	display: block;
}
.tassello_flex .contenitore_testo_tassello .testo_tassello span {
	display: block;
	margin-top: 26px;
}
.tassello_flex .contenitore_testo_tassello .testo_tassello span a {
	font-size: 13px;
	color: #3b3939;
	font-weight: 600;
}
.tassello_flex .contenitore_testo_tassello .testo_tassello .link_leggi_tassello {
	margin-top: 45px;
}

@media (max-width: 768px){
	.tassello_flex{
		width: auto;
	}
	
	.tassello_flex figure img {
	    width: 100%;
	}
	
	.tassello_flex .contenitore_testo_tassello .testo_tassello a {
		height: auto;
		font-size: 22px;
	}
	
}