This is mi idea:
Before text, then you get 2 columns with titles, pictures and descriptions.
Thanks in advance!
Mi try:
\usepackage{parcolumns}
\raggedright
\begin{parcolumns}{2}
\colchunk{\centering {\bf Algebra}}
\colchunk{\centering {\bf Geometry}}
\colplacechunks
\colchunk{\begin{figure}[H]
\includegraphics[scale=0.5]{Picture1}
\end{figure}}
\colchunk{\begin{figure}[H]
\includegraphics[scale=0.5]{Picture2}
\end{figure}}
\colplacechunks
\colchunk{\begin{itemize}\item The algebraic properties...\end{itemize}}
\colchunk{\begin{itemize}\item The geometric properties...\end{itemize}}
\end{parcolumns}


\bf: “Correct” way to bold/italicize text? – leandriis Oct 01 '19 at 11:52