I have three figures, and have put them together as follows:
\documentclass[11pt]{article}
\begin{figure}
\centering
\includegraphics[width = 0.7\textwidth]{AA.pdf}\enspace
\includegraphics[width = 0.7\textwidth]{CC.pdf}
\medskip
\includegraphics[width = 0.7\textwidth]{DD.pdf}
\caption{}
\end{figure}
which results in:
I need to keep the size of the figures as they are, that is, I cannot reduce 0.7. Is there any possibility that I can use the left margin of the page and put the two pictures in the first row in the middle of the page in a way that they use both margins?


