.timeline{position:relative;align-items:center;justify-content:space-between;gap:16px;margin-top:48px}@media(max-width: 1200px){.timeline{flex-direction:column;justify-content:center}}.timeline::before{content:"";position:absolute;height:0;border-top:1px solid #696a6c;width:100%;top:67px}@media(max-width: 1200px){.timeline::before{height:100%;border-top:none;border-left:1px solid #696a6c;width:0;left:12px;top:0}}.timeline .event{position:relative;display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:94px;width:100%}@media(max-width: 1200px){.timeline .event{align-items:baseline;gap:4px}}.timeline .event::before{content:"";position:absolute;width:32px;height:28px;background-color:#ff0078;top:54px}@media(max-width: 1200px){.timeline .event::before{top:0;width:24px;height:24px}}.timeline .text,.timeline .year{text-align:center}@media(max-width: 1200px){.timeline .text,.timeline .year{text-align:left;padding-left:48px}}.timeline .text p+p,.timeline .year p+p{margin-top:0}