.step-cards{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-top:3rem}.step-cards__card{align-items:flex-start;background-color:transparent;border:2px solid var(--secondary-color);border-radius:20px;display:flex;gap:1.75rem;padding:10px 20px 20px 10px}.step-cards__card--highlighted{background-color:var(--secondary-color);border-color:var(--secondary-color)}.step-cards__number{align-items:center;background-color:#0d1e3b;border-radius:10px;color:#fff;display:flex;flex-shrink:0;font-family:var(--font-family-secondary);font-size:1.375rem;font-weight:700;height:52px;justify-content:center;width:52px}.step-cards__card--highlighted .step-cards__number{background-color:#f9f6f0;color:var(--primary-color)}.step-cards__text{color:#fff;font-family:var(--font-family-secondary);font-size:1.4375rem;font-weight:400;line-height:1.2;margin:.35rem 0 0}@media (max-width:1023px){.step-cards{grid-template-columns:1fr 1fr}}@media (max-width:767px){.step-cards{gap:1rem;grid-template-columns:1fr;margin-top:2rem}.step-cards__card{gap:1.25rem;padding:1.5rem}.step-cards__text{font-size:1.25rem}}