I am using the lettrine package. I am struggling with the options influencing the distance of the second line. How do I decrease the space where the red arrow points at and move the text closer to the T?

Thank you!
MWE:
\documentclass[]{article}
\usepackage{lipsum}
\usepackage{lettrine}
\begin{document}
\section{New Section}
\lettrine{T}{he} \lipsum[1]
\end{document}
