.new_categorie_prodotti_box {
	display: block;
	margin-bottom: 40px;
}

.new_categorie_prodotti_img {
	width: 100%;
	height: 100%;
}

.new_categorie_prodotti_content{
	background-color: #23527c;
	padding: 25px 30px;
}

.new_categorie_prodotti_title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
		margin: 0;
}

.new_categorie_prodotti_text {
	font-size: 14px;
    line-height: 20px;
    font-weight: 100;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /*max-height: 60px;*/
    height: 60px;
		margin: 10px 0 0;
}

.new_categorie_prodotti_intro {
	font-size: 18px;
    line-height: 25px;
    font-weight: 100;
    color: #909090;
    padding: 20px 0 30px;
    margin: 0;
}


@media (max-width: 991px){
	.new_categorie_prodotti_row {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
}


@media (max-width: 767px){

	.new_categorie_prodotti_title {
		font-size: 14px;
		font-weight: bold;
	}

	.new_categorie_prodotti_intro {
		font-size: 14px;
		line-height: 20px;
	}

	.new_categorie_prodotti_text {
		display: none;
	}

	.new_categorie_prodotti_content {
	    padding: 15px;
	}

	.new_categorie_prodotti_box {
      margin-bottom: 20px;
    }
}

@media (max-width: 400px){
	.new_categorie_prodotti_content {
	    min-height: auto;
		padding: 10px;
	}

	.new_categorie_prodotti_title {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

}