Here is the table, I wanted the heading of the table i.e., Ref.no, objectives etc remain in center however, text gets aligned on left side. Secondly if I write more words or little paragraph in the cell then it should remain adjust in same cell not like(3rd column 1st cell). Thirdly words remain packed no extra space like in 1st row Hybrid has left and right space. Thank you in advance. Here is the code
\begin{table*}[h!] %\setlength\extrarowheight{0.01pt} \caption{Heuristic techniques}\label{title} %\renewcommand{\arraystretch}{0.9} \setlength{\tabcolsep}{25pt} \centering \begin{tabular}%{|m{1.5cm}|m{1.5cm}|m{4cm}|m{3cm}|} \hline \textbf{\small Ref. no(s)} & \textbf{\small Objective(s)} & \textbf{\small Distinctive attributes} & \textbf{\small Remarks} \\ %\midrule \hline Hybrid fdfsadfafdsa \cite{8}& cost & comfortdsaladfjlafjdlkfjldafjdk fjldsajfdlfjdlf&asdf \\ \hline hh \cite{9} & Cost & area & enhanced \\ \hline hh \cite{10}& Cost & problems & Practical\\ \hline jj \cite{11}& Cost & simplicity & ignored\\ \hline jjj\cite{12}& comfort& Cost & S \\ \hline kk\cite{13}& Cost & integration& time \\ \hline \end{tabular} \end{table*} 

