.steps{display:grid;padding-left:2rem}.steps__step{position:relative}.steps__step+.steps__step{padding-top:8rem}.steps__inner{background:var(--white);-webkit-box-shadow:0 2px 23px 0 rgba(0,0,0,.09);box-shadow:0 2px 23px 0 rgba(0,0,0,.09);display:grid;position:relative;z-index:3}.steps__accent{position:absolute;right:-2rem;z-index:2}.steps__accent--first{top:-2rem}.steps__accent--last{bottom:-2rem}.steps__line{background:var(--black);height:1px;position:absolute;right:100%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:2rem}.steps__step:first-child:after,.steps__step:last-child:after{background:var(--black);content:"";height:100%;left:-2rem;position:absolute;top:50%;width:1px}.steps__step:last-child:after{bottom:50%;top:auto}.steps__step:not(:first-child):not(:last-child):after{background:var(--black);content:"";height:calc(100% + 7.5rem);left:-2rem;position:absolute;top:0;width:1px}.steps__number{background:var(--black);color:var(--teal);display:grid;font-weight:700;padding:3rem;place-content:center;text-align:center}.steps__number-label{display:block;font-size:2.4rem;text-transform:uppercase}.steps__number-number{font-family:var(--secondary-font-family);font-size:6.5rem;line-height:1.2}.steps__content{font-size:2rem;padding:4rem}.steps__content-title{background:var(--yellow);display:block;padding:1rem 1.5rem}.steps__content-rich-text p:last-child{margin-bottom:0}@media (min-width:576px){.steps__inner{grid-template-columns:14rem 1fr}.steps__content-title{display:inline-block}}