That is because it is no label, a label is an indicator to a input / form element
You could target it in css with
#YOUR_FIELD_ID_conatiner > div:first-child {
css attributes here, font, size etc
}
YOUR_FIELD_ID_conatiner e.g acf_my_field_container
Or, which is properbly a bit more...