.timeline{background-position:50%;background-repeat:no-repeat;background-size:cover}.timeline--wrapper{display:flex;flex-direction:column;row-gap:var(--row-gap-medium)}.timeline__heading{margin:0 auto;max-width:76.7rem;text-align:center}.timeline__items{display:grid;grid-template-columns:1fr;position:relative;width:100%}.timeline__item{background-color:var(--white);border-radius:var(--border-radius);box-shadow:var(--box-shadow);line-height:0;max-width:calc(50% - 50px);position:relative}.timeline__item-inner{padding:var(--padding)}.timeline__item.right{justify-self:end}.timeline__item-inner span{display:inline-block;margin-bottom:var(--whitespace)}.timeline__item-inner p:last-child{margin-bottom:0}.timeline__item img{aspect-ratio:1/1;border-radius:0 0 var(--border-radius) var(--border-radius);max-width:100%;object-fit:cover}.timeline__items:after{background-color:var(--color-typography);bottom:0;content:"";left:50%;margin-left:-1px;position:absolute;top:0;width:2px}.timeline__item:after{background-color:var(--dot-color,#3c2a19);border:6px solid var(--sand);border-radius:50%;content:"";height:24px;position:absolute;right:-62px;top:44px;width:24px;z-index:1}.timeline__item.right:after{left:-62px}@media screen and (max-width:767px){.timeline__item.right{justify-self:start}.timeline__items{row-gap:var(--row-gap)}.timeline__items:after{left:unset;right:10px}.timeline__item{max-width:calc(100% - 40px)}.timeline__item.right:after{left:unset}.timeline__item.right:after,.timeline__item:after{right:-41px}}