答案1
我认为使用表格可以得到您想要的结果:
\documentclass{article}
\begin{document}
\begin{table}[h]
\begin{tabular}{lp{4cm}lp{4cm}}
\begin{tabular}[c]{@{}l@{}}Position in\\ Company:\end{tabular} & &
\begin{tabular}[c]{@{}l@{}}Nature of\\ Business:\end{tabular} & \\ \cline{2-2}
\cline{4-4}
\end{tabular}
\end{table}
\end{document}