.card-avvocato {
    border: 1px solid #000;
    border-radius: 15px;
	padding: 18px;
    overflow: hidden;
    background: #E8E8E8;
    display: flex;
    flex-direction: column;
}

.card-avvocato .card-image img {
	width: 100%;
	height: 294px;
	object-fit: cover;
	border-radius: 12px;
}

.card-avvocato .card-body {
    padding: 12px 12px;
    font-family: sans-serif;
}

.card-avvocato .card-body h4 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
	color: #000;
}

.card-avvocato .card-body .specialization {
    font-size: 30px;
    margin: 2px 0 8px;
		color: #000;

}

.card-avvocato .card-body .stars {
    font-size: 18px;
    color: #000;
    margin-bottom: 6px;
}
.card-avvocato .card-body .stars .reviews {
    color: #ABABAB;
}

.card-avvocato .card-body .city {
	font-size: 18px;
	color: #000;
	display: flex;
	align-items: center;
	gap: 10px;
}
.card-avvocato .card-body .city a {
    color: #ABABAB;
    text-decoration: underline;
    font-size: 18px;
}
