.steps-grid{display:grid;gap:48px;grid-template-columns:repeat(3,1fr);margin:0 auto}.step-card{align-items:flex-start;display:flex;gap:16px}.step-number{align-items:center;background:#b1e7ff;border-radius:12px;color:#2b7a9d;display:flex;flex-shrink:0;font-size:25px;font-weight:500;height:56px;justify-content:center;width:56px}.step-content{flex-grow:1}.step-content .adq-heading-three{margin-bottom:8px}.step-content .adq-input-label{color:#4b5563;margin:0}.mt-48{margin-top:48px}@media (max-width:1024px){.steps-grid{gap:32px;grid-template-columns:repeat(2,1fr);padding:0 24px}}@media (max-width:768px){.steps-grid{.adq-heading-two{margin-bottom:24px!important;text-align:left!important}}.steps-grid{gap:24px;grid-template-columns:1fr}.step-card{margin-bottom:0}}