.timeline__item{position:relative;display:grid;grid-template-columns:30px 8fr 20px 4fr;grid-template-rows:auto 1fr;padding-bottom:40px}.timeline__item:before{content:"";position:absolute;top:7px;left:0;width:16px;height:16px;border-radius:50%;background:red}.timeline__item:after{content:"";position:absolute;top:9px;left:7px;bottom:-10px;width:2px;background-image:-webkit-linear-gradient(red 50%,rgba(255,255,255,0) 0);background-image:linear-gradient(red 50%,rgba(255,255,255,0) 0);background-position:right;background-size:2px 10px;background-repeat:repeat-y}.timeline__item:last-child:after{display:none}.timeline__title{grid-column:2/span 1;grid-row:1/span 1}.timeline__title h2{margin-bottom:10px}.timeline__title span{color:red}.timeline__description{grid-column:2/span 1;grid-row:2/span 1}.timeline__description p:last-child{margin-bottom:0}.timeline__image{grid-column:4/span 1;grid-row:1/span 2}@media (max-width:749px){.timeline{margin-left:-7px}.timeline__item{grid-template-columns:30px calc(100% - 30px);grid-template-rows:repeat(3,auto)}.timeline__description{grid-row:3/span 1}.timeline__image{grid-column:2/span 1;grid-row:2/span 1;margin-bottom:10px}}.node--type-overview .timeline{max-width:1920px;max-width:120rem;margin:0 auto;padding-top:32px;padding-top:2rem}.timeline_caption_text{font-size:16px;font-size:1rem;font-weight:300}