.homeTimeline{color:#fff;box-sizing:border-box;width:100%;padding:3rem 6rem}.homeTimelineSteps{text-align:center;grid-template-columns:repeat(4,1fr);margin-bottom:40px;display:grid}.homeTimelineStep h3{margin-bottom:12px;font-size:20px;font-weight:500;line-height:1.4}.homeTimelineStep span{opacity:.9;font-size:14px}.homeTimelineLine{background-color:#fff;grid-template-columns:repeat(4,1fr);align-items:center;width:100%;height:4px;display:grid;position:relative}.homeTimelineDot{justify-content:center;align-items:center;display:flex;transform:translateY(-50%)}@media (max-width:1000px){.homeTimeline{position:relative}.homeTimelineSteps{text-align:left;grid-template-columns:1fr;row-gap:2rem;padding-left:4rem}.homeTimelineLine{background-color:#fff;flex-direction:column;justify-content:space-between;width:4px;height:calc(100% - 10rem);margin-left:8vh;display:flex;position:absolute;top:5rem;left:1.5rem}.homeTimelineDot{transform:translateY(30%)}}
