.view-ambits .row > * {
	max-width: 50% !important;
}
@media (max-width: 768px) {
	.view-ambits .row > * {
		max-width: 100% !important;
	}
}