.row_box_cta_cats .col_cta_cats .inner {
	border-radius: 9px;
	border: 1px solid #C8C8C8;
	background: var(--eti-font-white);
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 26px;
	height: 100%;
}
.row_box_cta_cats .col_cta_cats .bottoni {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.row_box_cta_cats .col_cta_cats .bottoni .btn_cta:not(:hover) {
	color: var(--eti-font-dark);
}