#content .text-l {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
#conte-full-form input {
	width: 60px;
	font-size: 38px;
	text-align: center;
}
@media screen and (max-width: 425px){
	#conte-full-form input {
		width: 38px;
		font-size: 16px;
		margin-bottom: 10px;
		margin-right: 5px;
	}
}