.opa_section_accostamenti {
	display: flex;
	align-items: flex-end;
	flex-flow: wrap;
	gap: 2rem;
}

.opa_section_accostamenti .opa_item_accostamenti {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.opa_section_accostamenti img.opa_accostamento_image {
	max-width: 60px;
	height: auto;
}

.opa_section_accostamenti .opa_accostamento_title {
	margin-top: 1rem;
	font-family: var(--wp--preset--font-family--text, "Newsreader", Georgia, serif);
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.45;
	color: var(--wp--preset--color--muted, #5e665e);
}

@media (max-width: 768px) {
	.opa_section_accostamenti {
		justify-content: center;
	}

	.opa_item_accostamenti {
		width: 25%;
	}
}
