Code:
\documentclass[12pt]{article}
\usepackage{enumitem}
\usepackage[margin=1in]{geometry}
\begin{document}
\noindent
Hello
\begin{enumerate}[leftmargin =*, label = \textbf{Problem \arabic*.}]
\item Find the Th\'evenin equivalent with respect to this resistor. Use this result to determine the conditions under which $R_9$ absorbs \textit{maximal} power.
\item Based on the results obtained in Problem 1, select the resistor so that $\eta$ is maximized with the following additional constraint:
\end{enumerate}
\end{document}
Is there a way to move the second line such that it is aligned with the enumeration? My objective is that whenever a new line is made, it is aligned with the enumeration labels instead of with the first line.


