.bic-aziende-grid {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    justify-content:center;
}

.bic-azienda-wrapper {
	all: unset!important; 
	cursor:pointer!important;
}

.bic-azienda-card {
    background: transparent; 
    border-right: 6px solid #23b0b9; 
    width:360px;
    height: auto;   
}

.bic-azienda-card:hover{
    background-color: #fff; 
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.12);
    box-shadow: 0 0 12px rgba(0,0,0,0.12);
}

.bic-azienda-content {
    display: flex;
    padding: 10px;
    margin: 0px;
    column-gap: 20px;
}

.bic-azienda-image {
    margin: 0px;
    position: relative;
    width: 40%; 
}

.bic-azienda-image img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.bic-azienda-info {
    display: flex;
    flex-flow: column;
    justify-content:center;
    width:60%; 
    cursor: pointer;
}


.bic-azienda-title { 
    font-size: 22px;
}


.bic-azienda-label { 
    font-size: 14px;
    color: #777; 
}

.bic-button-container{
    display: flex;
    justify-content: end;
}

.bic-azienda-btn a{
    text-decoration: none;
}

.bic-azienda-btn-wrapper{
    display: flex;
    justify-content: center;
    flex-direction: row;
    cursor: pointer;   
    gap: 5px;
}

.bic-azienda-btn-label {
    width: auto;
    padding: 8px; 
    background: transparent; 
    border :none; 
    color: darkgray; 
    line-height: 1;
}

.bic-azienda-btn-icon{
    background-color: #23b0b9; ; 
    color:white;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    line-height: 1;
}

.bic-azienda-btn-icon i{
    font-size: 8px;
}

.bic-azienda-btn-icon svg{
    width: 8px; 
    height: 8px;
}