.history__module{position:relative}.history__module .event{align-items:center;display:grid;gap:2rem;grid-column:page;grid-template-columns:[page-start] 0 [content-start one-six-start one-two-start] 1fr [one-six-end two-six-start] 1fr [two-six-end three-six-start] 1fr [three-six-end one-two-end two-two-start four-six-start] 1fr [four-six-end five-six-start] 1fr [five-six-end six-six-start] 1fr [six-six-end two-two-end content-end] 0 [page-end];z-index:1}.history__module:after{background:var(--secondary);bottom:0;content:"";left:calc(50% - 1px);position:absolute;right:calc(50% - 1px);top:0;width:2px}.history__module .event .event-details{grid-column:one-six-start/two-six-end;grid-row:1}.history__module .event:nth-child(2n) .event-details{grid-column:five-six-start/six-six-end}.history__module .event .event-details .date{font-size:var(--font-size-5)}.history__module .event .event-details h3{color:var(--secondary);font-size:var(--font-size-4)}.history__module .event-image{aspect-ratio:1;border:2px solid var(--white);border-radius:50%;box-shadow:0 0 0 2px var(--secondary);grid-column:three-six-start/four-six-end;grid-row:1;overflow:hidden;animation-timeline:view();animation-name:appear;animation-range-start:entry-crossing;animation-range-end:entry 200%;animation-duration:1ms;animation-fill-mode:both}.history__module .event-image img{height:100%;object-fit:cover;width:100%}@media (max-width:800px){.history__module:after{content:unset}.history__module .event{grid-template-columns:[page-start] 0 [content-start one-six-start one-two-start two-two-start two-six-start three-six-start four-six-start five-six-start six-six-start] 1fr [one-six-end two-six-end three-six-end one-two-end four-six-end five-six-end six-six-end two-two-end content-end] 0 [page-end];justify-content:center;text-align:center}.history__module .event .event-details{grid-row:2;margin-bottom:2rem}.history__module .event .event-image{margin:auto;width:12rem}}