UX Pattern to make it easier for the user to fill many different select boxes

We have a web form and the user is required to fill in atleast 5 (maybe more) select boxes. Our current UI layout (see below image) looks like alot of work to the user. Are there different UX Patterns (or UI inputs) I can employ that can make it (atleast look) less daunting to the user?

  • Maybe simply separating each select box on a new row would make it less daunting? However it will take up alot more vertical space and the user could be exporting 10 different people or more.
  • Are there better suited inputs I should use rather than select/dropdown boxes?
  • Would adding margins assist in making it look less daunting?
  • Maybe you're aware of similar forms that prompt for alot of information and I can emulate their design?

Is there any other UI solution that's better for such a case?

Current UI layout:

enter image description here