.stages__grid{display:grid;gap:2rem;grid-template-columns:1fr}@media screen and (min-width:728px){.stages__grid{gap:2.5rem;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.stages__grid{gap:6.5rem;grid-template-columns:repeat(3,1fr)}}.stages__number{align-items:center;background-color:var(--purple-light);border-radius:50%;color:var(--white);display:flex;font-family:Transgender Grotesk,sans-serif;font-size:1.5rem;font-weight:500;height:3.5rem;justify-content:center;margin-bottom:1rem;width:3.5rem}@media screen and (min-width:1024px){.stages__number{font-size:2.25rem;height:80px;width:80px}}.stages__item:first-child .stages__number{background-color:var(--purple)}.stages__item-title{margin-bottom:.75rem}.stages__item-text{color:var(--text-black);font-weight:300;line-height:1.65}.stages__footer{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.stages__footer-text{color:var(--text-black);font-weight:300;line-height:1.65;max-width:100%}@media screen and (min-width:728px){.stages__footer-text{max-width:60%}}.stages__footer-text p{margin:0 0 1rem}.stages__footer-text p:last-child{margin-bottom:0}.stages__footer-text a{color:inherit;text-decoration:underline}.stages__actions{display:flex;flex-wrap:wrap;gap:1rem}