.timeline__item{display:flex;justify-content:space-between}.timeline__item.reverse-item{flex-direction:row-reverse}.timeline__item__image{display:flex;justify-content:center;width:45%}.timeline__item__image.has-year{align-items:center;margin-top:48px}.timeline__item__image img{object-fit:contain}.timeline__item__content{padding:40px 0 60px;width:45%}.timeline__item__content h3{color:#5b499e;font-family:Montserrat Alternates;font-size:36px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:25px}.timeline__item__description{color:var(--brand-quartz-gray);font-family:Mulish;font-size:20px;font-style:normal;font-weight:400;line-height:32px}.timeline__item__line{width:1px}.timeline__item__circle,.timeline__item__line{background:var(--brand-teal);position:relative}.timeline__item__circle{border-radius:50%;height:19px;left:-9px;top:54px;width:19px}.timeline__item__year{background:var(--brand-teal);color:#fff;font-family:Mulish;font-size:20px;font-weight:700;line-height:28px;margin-left:-150px;padding:8px 22px;position:relative;text-align:center;text-transform:uppercase;top:47px;width:150px}.timeline__item.reverse-item .timeline__item__year{margin-left:0}.timeline__item__line__top-circle{top:0}.timeline__item__line__bottom-circle,.timeline__item__line__top-circle{background:var(--brand-teal);border-radius:50%;height:6px;left:-3px;position:absolute;width:6px}.timeline__item__line__bottom-circle{bottom:0}@media (max-width:992px){.timeline__item{flex-direction:column}.timeline__item__content,.timeline__item__image{width:100%}.timeline__item__image{width:min(100%,200px)}.timeline__item__line{display:none}.timeline__item__image.has-year{margin-top:0}.timeline__item__content{padding:40px 0 30px}.timeline__item.reverse-item{flex-direction:column}}@media (max-width:500px){.timeline__item__content h3{font-size:24px!important}}