#edit-field-beneficiary-bo-company-und {
  max-width: 400px; /* Set your desired maximum width */
  width: 100%; /* This ensures that the div takes up 100% of its container's width, up to the max-width */
  margin: 0 auto; /* This centers the div within its container */
}



