I want to put together five images in Latex as shown in the image:

I tried tabular, subfigure, subfloat, but I didn't manage to get to something similar to that. I'm new to Latex!
Thank you for the help.
This is my code which get me this images
:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\begin{document}
\begin{tabular}{llp{5cm}}
Caption & Caption & \\
\hspace{-100px}
\includegraphics[width=6cm]{mean_fall.png}
&
\hspace{-50px}
\includegraphics[width=6cm]{mean_spring.png}
& Caption\\
Caption & Caption &
\hspace{-100px}
\includegraphics[width=10cm]{mean_annual.png}
\vspace{-150px}\\
\hspace{-100px}
\includegraphics[width=6cm]{mean_summer.png}
&
\hspace{-50px}
\includegraphics[width=6cm]{mean_winter.png}
& \\
\end{tabular}
\end{document}



\documentclassand the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem. – samcarter_is_at_topanswers.xyz Jan 21 '19 at 16:17example-picturesas in Fran's and samcarter answers. – sztruks Jan 21 '19 at 17:30example-image-duckfrom theduckumentspackage :) – samcarter_is_at_topanswers.xyz Jan 21 '19 at 17:38