.timeline-section{align-items:center;display:flex;flex-direction:column;margin:0 auto 2rem;max-width:650px;padding:1rem;position:relative}.timeline-item{margin-bottom:4rem;position:relative;width:100%}.grid-item-right{grid-column-start:2}.timeline-item__img{margin:0;max-width:100%;overflow:hidden;padding:0}.timeline-item__img--box{max-height:350px}.timeline-item__img--circle{border-radius:50%;height:350px;margin:0 auto;width:350px}.timeline-item__img>img{height:100%;max-height:100%;object-fit:cover;object-position:center center;width:100%}.timeline-item-body{display:grid;margin-top:2rem;max-width:100%;position:relative}.timeline-item-body__title{color:var(--clr-green-600);position:relative}.timeline-item-body__title:before{background-color:var(--clr-green-400);border-radius:100%;content:"";height:40px;left:calc(50% + .25rem);opacity:.35;position:absolute;top:0;transform:translate(-50%);width:40px}.timeline-section__line{border:2px solid var(--clr-green-400);height:100.05%;left:50%;opacity:.35;position:absolute;top:0;transform:translate(50%)}.timeline-section__line:after{border-left:12.5px solid transparent;border-right:12.5px solid transparent;border-top:25px solid var(--clr-green-400);bottom:-20px;content:"";height:0;left:50%;position:absolute;transform:translate(-50%);width:0}@media (min-width:900px){.timeline-section{margin:0 auto;max-width:1220px}.timeline-item__img{margin-bottom:3rem}.timeline-item__img--box{max-height:500px;max-width:450px}.timeline-item-body{gap:10rem;grid-template-columns:1fr 1fr;margin-top:0}.timeline-item-img-wrapper{display:grid;gap:10rem;grid-template-columns:1fr 1fr}.timeline-item-body__title{color:var(--clr-green-600);font-size:1.575rem;position:unset}.timeline-item-body__title:before,.timeline-section__line{opacity:1}}@media (min-width:1140px){.timeline-item__img--box{padding:2rem 0 0}}