.timeline{position:relative;width:100%;display:flex;flex-direction:column}.timeline:before{content:"";position:absolute;top:0;bottom:0;left:calc(50% - 2.5px);width:5px;background:var(--theme-light)}.timeline__entry{position:relative;display:flex;margin-bottom:0;width:100%;min-height:4.5rem;flex-wrap:wrap}@media (min-width: 576px){.timeline__entry{flex-wrap:nowrap;width:50%}}@media (min-width: 576px){.timeline__entry:nth-child(odd){text-align:start;align-self:flex-end;padding-left:3rem}}@media (min-width: 576px){.timeline__entry:nth-child(2n){text-align:end;align-self:flex-start;flex-direction:row-reverse;padding-right:3rem}}.timeline__entry:nth-child(odd):before{content:"";position:absolute;width:50px;height:50px;border:12px solid var(--theme-white);background-color:var(--theme-primary);border-radius:100%;top:0;left:calc(50% - 25px)}@media (min-width: 576px){.timeline__entry:nth-child(odd):before{left:-25px}}.timeline__entry:nth-child(2n):before{content:"";position:absolute;width:50px;height:50px;border:12px solid #fff;background-color:var(--theme-primary);border-radius:100%;top:0;left:calc(50% - 25px)}@media (min-width: 576px){.timeline__entry:nth-child(2n):before{left:calc(100% - 25px)}}.timeline__stopper:before{content:"";position:absolute;width:25px;height:5px;border-bottom:5px solid var(--theme-light);left:calc(50% - 12.5px)}.timeline__year{line-height:normal}.timeline__body{flex:1 1 100%;padding:1rem;background:var(--theme-background-color);border:2px solid var(--theme-primary);border-radius:4px}@media (min-width: 576px){.timeline__body{flex:1 1 auto;border:none;padding:0;border-radius:0}}.timeline__body{width:100%}.timeline__body blockquote{background-color:#f5f5f5;border-left:5px solid #dbdbdb;padding:.8em 1.5em;margin-top:.5rem}
