study
\documentclass{article}
\usepackage[a4paper, top=2.5cm, bottom=2.5cm, left=2.5cm, right=2.5cm]{geometry}
\usepackage{graphicx} % Required for inserting images
\pagestyle{plain}
\pagenumbering{gobble}
\title{sign-page}
\author{}
\date{}
\begin{document}
\maketitle
\section{}
\newpage
\section*{Division of Work}
\renewcommand{\arraystretch}{1.8}
\begin{table}[h!]
\centering
\begin{tabular}{|l|p{8cm}|p{3cm}|}
\hline
\textbf{Name} & \textbf{Responsibilities} & \textbf{Signature} \\
\hline
\textbf{} & & \\
\hline
\textbf{} & & \\
\hline
\textbf{} & & \\
\hline
\textbf{} & & \\
\hline
\end{tabular}
\end{table}
\section*{Supervisor Signature}
\vspace{1cm}
\noindent
\textbf{Name:} \rule{10cm}{0.4pt}
\vspace{1cm}
\noindent
\textbf{Signature:} \rule{10cm}{0.4pt}
\vspace{1cm}
\noindent
\textbf{Date:} \rule{10cm}{0.4pt}
\end{document}