input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
	border-radius: 25px;
	border: 1px solid #EEEBF0;
	width: 100%;
	background: #EEEBF0;
	margin-bottom: 20px;
	height: 35px;
	padding: 20px;
}

textarea.wpcf7-form-control.wpcf7-textarea{
	border-radius: 25px;
	border: 1px solid #EEEBF0;
	width: 100%;
	background: #EEEBF0;
	height: 130px;	
	padding: 20px;
}

.con-freccia::after {
    content: "\f30b"; /* Codice Unicode per l'icona FontAwesome */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
}

.con-freccia {
    float: inline-end;
}