.path-point,.point-single{display:flex}.path-point{flex-basis:25%;justify-content:flex-end;padding-right:30px;position:relative}.path-point svg{background-color:#fff;margin-top:-15px;z-index:9}.point-single:not(:last-child) .path-point:after{background-color:#b8c5ca;content:"";display:block;height:100%;position:absolute;right:74px;top:0;width:2px}.path-point .circle-outer{fill:#fff;opacity:0;transition:all .5s ease}.point-single.active .path-point .circle-outer{animation:pulser 1.2s ease infinite}.path-point .circle-inner{fill:#fff;transition:all .5s ease}.path-content{border-left:5px solid #fff;flex-basis:75%;margin-bottom:60px;padding-left:25px;transition:all .5s ease}.path-content h3{font-family:barlow--medium;font-size:36px;margin-bottom:18px}.point-single.active .path-content h3{font-family:barlow--black}@keyframes pulser{0%{opacity:0}50%{opacity:1}to{opacity:0}}@media (max-width:767px){.path-point{flex-basis:20%;padding-right:0}.path-content{flex-basis:80%;padding-right:10px}.point-single:not(:last-child) .path-point:after{right:44px}}