#checkboxMetalliContainer {
	margin-top: 12px;
	display: flex;
    justify-content: space-evenly;
    float: right;
}

#checkboxMetalliContainer {
    max-width: 100%;
    width: 491px;
}

@media (max-width: 1024px) {
	#checkboxMetalliContainer {
    	max-width: 100%;
    	width: 319px;
	}
}

@media (max-width: 767px) {
	#checkboxMetalliContainer {
    	max-width: 100%;
    	width: 100%;
	}
}

#checkboxMetalliContainer .form-check {
	display: flex;
    justify-content: center;
}

#checkboxMetalliContainer .form-check label {
	color: white;
}

#integrazionenewsletter_container .elementor-message {
    clear: both;
	margin-top: 42px;
}