.steps-grid{margin:0 auto}.steps-grid__step{align-items:center;display:flex;flex-direction:column-reverse;gap:32px;height:100%;justify-content:center;padding:12px 0;text-align:center}.steps-grid__features li{list-style:none;margin-bottom:8px;padding-left:26px;position:relative;text-align:left}.steps-grid__features li:before{color:#673ab7;display:inline-block;font-style:normal;font-variant:normal;left:-10px;position:absolute;text-rendering:auto;top:4px;-webkit-font-smoothing:antialiased;content:"\f058";font:var(--fa-font-solid);margin-right:10px}.steps-grid__name{color:var(--color-blue-500);margin-bottom:8px}.steps-grid__image img{width:100%}.steps-grid__cta{align-items:center;display:flex;justify-content:center}@media screen and (min-width:960px){.steps-grid__step{align-items:center;flex-direction:row;gap:103px;justify-content:space-between;padding:32px 0;text-align:left}.steps-grid__reverse .steps-grid__step,.steps-grid__step:nth-child(2n){flex-direction:row-reverse}.steps-grid__reverse .steps-grid__step:nth-child(2n){flex-direction:row}.steps-grid__step>div{flex:1 0 0}.steps-grid__image{flex:0 0 360px}.steps-grid__cta{display:block}}