.timeline{width:100%;display:flex;flex-direction:column;align-items:center;gap:20px}.timeline .item{overflow:hidden;width:25%;display:flex;flex-direction:column;align-items:flex-start}.timeline .bullet{position:relative;width:79px;height:79px;margin:0 0 20px 18px;border:1px solid #000;border-radius:50%;display:grid;place-items:center}.timeline .dot{width:23px;height:23px;background:var(--clr-primary);border-radius:50%}.timeline .bullet::after,.timeline .bullet::before{content:'';position:absolute;top:50%;width:50vw;height:1px;background:#000}.timeline .bullet::before{right:100%}.timeline .bullet::after{left:100%}.timeline .item:first-child .bullet:before,.timeline .item:last-child .bullet:after{content:none}.timeline .title{font-size:var(--fs-h5);font-weight:var(--fw-semibold);min-width:79px;text-align:center;margin:0 0 13px 18px}.timeline .description{font-size:var(--fs-body);padding:0 20px 0 15px;text-wrap:balance}.timeline .description li{font-size:var(--fs-body)}.timeline .swiper-pagination{--swiper-pagination-color:var(--clr-dark);position:static}@media (max-width:1199px){.timeline{width:calc(100vw);margin-inline:calc(var(--container-py) * -1)}}