I solved to set max-width how to see below:
/*Pagina checkout*/
#customer_details.col2-set .col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 100%;
}
#customer_details.col2-set .col-2 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 100%;
}/*allargare la colonna del form per la fatturazione nel checkout*/