I want my section titles to be same as the margins of the text. Here is an example of the problem (see title in section 1.1). I want a similar behavior as title (1.2). Any suggestions? What am I missing here?
\documentclass{report}
\usepackage{blindtext}
\begin{document}
\chapter{Hope}
\section{Hope of the Essential Trigonometry TRIGTEST}
\blindtext
\section{Hope of the Essential Trigonometry TRIGOTEST}
\blindtext
\end{document}


