.steps{-webkit-box-orient:vertical;flex-flow:column;-webkit-box-pack:justify;justify-content:space-between;max-width:var(--theme--width--content);margin-right:auto;margin-left:auto;counter-reset:step-counter}.step,.steps{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.step{position:relative;-webkit-box-flex:0;flex:0 1 100%;-webkit-box-orient:horizontal;flex-flow:row;margin-bottom:2rem;text-align:left}.step:before{font-size:1.25rem;font-weight:var(--theme--font-weight--bold);line-height:2.5rem;z-index:var(--layer-1);-webkit-box-flex:0;flex:0 1 2.5rem;width:2.5rem;height:2.5rem;margin:0 auto;content:counter(step-counter);counter-increment:step-counter;text-align:center;color:#fff;border-radius:var(--theme--radius--round)}.step:after,.step:before{display:block;background-color:var(--theme--palette--primary)}.step:after{position:absolute;top:2.5rem;left:1.25rem;width:2px;height:100%;content:""}.step:last-child:after{display:none}.step-details{-webkit-box-flex:1;flex:1;padding-left:3rem}.step-title{font-size:var(--theme--font-size--h4);margin:0 0 .25em}.step-description{margin:0}