.timeline__items{position:relative}.timeline__items::before,.timeline__items::after{content:"";position:absolute;left:0;right:0;top:0;margin:0 auto;height:1px;width:40px;background-color:var(--color-gray-400)}.timeline__items::after{top:auto;bottom:0}.timeline__item{display:flex;position:relative}.timeline__item+.timeline__item{padding-top:20px}@media screen and (min-width: 768px){.timeline__item+.timeline__item{padding-top:0}}.timeline__item::before{content:"";position:absolute;left:0;right:0;top:0;margin:0 auto;height:100%;width:1px;background-color:var(--color-gray-400)}.timeline__item:first-child{padding-top:var(--grid-section-gutter)}.timeline__item:last-child{padding-bottom:var(--grid-section-gutter)}.timeline__item:nth-of-type(even){justify-content:flex-end}.timeline__item:nth-of-type(even) .timeline__item-inner::after{left:-41px;right:auto}.timeline__item-inner{flex:1;max-width:calc(50% - var(--grid-col-gutter));min-width:0}@media screen and (max-width: 767px){.timeline__item-inner{line-height:1.5;font-size:12px}}@media screen and (max-width: 767px)and (min-width: 400px){.timeline__item-inner{font-size:calc(0.0833333333vw + 11.6666666667px)}}@media screen and (max-width: 767px)and (min-width: 1600px){.timeline__item-inner{font-size:13px}}@media screen and (min-width: 768px){.timeline__item-inner{border:1px solid var(--color-gray-400);border-radius:var(--border-radius-large);max-width:calc(50% - 40px);padding:var(--grid-col-gutter) clamp(20px,-4.3037974684px + 0.0316455696*100vw,40px);position:relative}.timeline__item-inner::after{content:"";position:absolute;bottom:0;top:0;right:-41px;margin:auto;height:1px;width:40px;background-color:var(--color-gray-400)}}.timeline__item-title{color:var(--color-tan)}
