.step-cards__content{margin-bottom:64px}.step-cards__cards{display:grid;gap:50px;grid-template-columns:repeat(1,1fr)}.step-cards__cards__step-card{display:flex;flex-direction:column;gap:30px;text-align:center;transform:translateY(20px);transition:all .75s ease}.step-cards__cards__step-card h3{margin-bottom:0;text-wrap:balance}.step-cards__cards__step-card__index{color:var(--primary-blue);display:block;font-family:Fields;font-size:100px;font-style:normal;font-weight:400;line-height:1;margin:0 auto;text-align:center;transition:all .75s ease}.step-cards__cards__step-card.in-view{transform:translateY(0)}.step-cards__cards__step-card__index.in-view{color:var(--primary-blue,#57d6e3);transform:translateY(0)}.step-cards__cards__step-card:nth-of-type(3n){border-right:1px solid transparent}@media screen and (min-width:768px){.step-cards__cards{grid-template-columns:repeat(2,1fr)}.step-cards__cards__step-card{border-right:1px solid rgba(0,0,0,.2);padding-right:50px}.step-cards__cards__step-card:nth-of-type(2n){border-right:1px solid transparent}}@media screen and (min-width:1024px){.step-cards__cards{gap:50px;grid-template-columns:repeat(3,1fr)}.step-cards__cards__step-card:nth-of-type(2n){border-right:1px solid rgba(0,0,0,.2)}.step-cards__cards__step-card:nth-of-type(3n){border-right:1px solid transparent}}