.vel-timeline-container{display:grid;gap:30px;grid-template-columns:1fr}.vel-timeline-item{padding-left:40px;position:relative}.vel-timeline-item::before{content:"";position:absolute;top:15px;left:0;width:20px;height:20px;border-radius:10px;background:var(--vel-colour-red)}.vel-timeline-item::after{content:"";position:absolute;top:25px;left:8px;width:2px;height:calc(100% + 30px);background:var(--vel-colour-red)}.vel-timeline-item:last-child::after{display:none}.vel-timeline-item h2{margin-bottom:10px}.vel-timeline-item p{margin:0}@media screen and (min-width:992px){.vel-timeline-container{grid-template-columns:repeat(4,1fr)}.vel-timeline-item{padding-left:0;padding-top:40px;text-align:center}.vel-timeline-item::before{top:0;left:calc(50% - 10px)}.vel-timeline-item::after{top:9px;left:-30px;right:-30px;height:2px;width:auto}.vel-timeline-item:first-child::after{left:50%}.vel-timeline-item:last-child::after{display:block;right:50%}}