Interlineado diferente no deseado

Interlineado diferente no deseado

Estoy usandoCV impresionanteplantilla, y sigo teniendo diferentes espacios para exactamente lo mismo. Una línea diceEducaciony el otro diceExperiencia. Todo lo demás es igual, pero el primero tiene un espacio entre líneas menor que el segundo.

Supongo que es por elpagenExperiencia, pero no entiendo por qué es así, cuando el interlineado debe ser constante y sin tener en cuenta las letras utilizadas.

Pequeño espacio entre líneas:
pequeña brecha

Gran brecha entre líneas:
brecha grande

Aquí hay un MWE:

\documentclass[11pt, a4paper]{awesome-cv}

\geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm}

\begin{document}

\cvsection{Education}
\begin{cventries}
  \cventry
    {B.S. in Computer Science and Engineering} % Degree
    {POSTECH(Pohang University of Science and Technology)} % Institution
    {Pohang, S.Korea} % Location
    {Mar. 2010 - PRESENT} % Date(s)
    {
      \begin{cvitems} % Description(s) bullet points
        \item {Got a Chun Shin-Il Scholarship which is given to promising students in CSE Dept.}
      \end{cvitems}
    }
\end{cventries}

\cvsection{Experience}
\begin{cventries}
  \cventry
    {Software Engineer \& Security Researcher (Compulsory Military Service)} % Job title
    {R.O.K Cyber Command, MND} % Organization
    {Seoul, S.Korea} % Location
    {Aug. 2014 - Exp. Apr. 2016} % Date(s)
    {
      \begin{cvitems} % Description(s) of tasks/responsibilities
        \item {Implemented a military cooperation system which is web based real time messenger in Scala on Lift.}
      \end{cvitems}
    }
\end{cventries}
\end{document}

información relacionada