.js-pagina_aziende .azienda {
	width: 100%;
	background-color: white;
	display: block;
	position: relative;
	color: white;
	box-sizing: border-box;
	margin-bottom: 4%;
	border-bottom: 1px solid #EFEFEF;
}
.js-pagina_aziende .azienda .bordo_bianco {
	background-color: #efefef;
	box-sizing: border-box;
	border: 1px solid black;
	margin: 0;
}
.js-pagina_aziende .azienda .bordo_bianco .contenitore_foto {
	width: 100%;
	padding-bottom: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	background-color: white;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.js-pagina_aziende .azienda .contenitore_testo {
	overflow: hidden;
	text-align: center;
	color: #504e50;
	font-size: 15px;
	line-height: 18px;
	height: 60px;
	overflow: hidden;
	padding-top: 5px;
}
.js-pagina_categorie .prima_riga {
	border-bottom: 1rem;
}
