.steps-wrapper{align-items:flex-end;display:flex;gap:1rem;height:500px}.step{border-radius:20px;color:#fff;display:flex;flex:1;flex-direction:column;padding:2rem}.step .content-wrapper{font-size:24px}.step-container{display:flex;flex:1;flex-direction:column}.step-title{align-items:end;display:flex;flex:1;flex-direction:row}.step-icon{display:flex;flex:1;flex-direction:row-reverse}.step-icon svg{height:30px;width:30px;fill:#fff}.step h2{color:#fff!important}.step-1-container{flex:1}.step-1{background:#00f;height:60%}.step-2{background:#00f;height:80%}.step-3{background:#00f;height:100%}.step_1-custom-assessment-button{align-items:center;background:#fff;border-radius:9999px;box-shadow:0 2px 8px rgba(0,0,0,.1);color:#03f;display:flex;font-size:18px;font-weight:500;gap:12px;margin-top:20px;padding:8px 8px 8px 20px;text-decoration:none}.step_1-assessment-text{flex-grow:1;font-size:15px}.step_1-assessment-icon{background-color:#03f;border-radius:9999px;width:40px}.step_1-assessment-icon svg{font-size:22px;fill:#fff;border-radius:50%;padding:10px}@media (max-width:768px){.steps-wrapper{flex-direction:column;gap:2rem;height:auto;--step-height:400px}.step{height:auto;width:100%}.step-container{display:flex;flex-direction:row-reverse}.step-title{align-items:start}.step-1-container{width:100%}.step-1{min-height:calc(var(--step-height)*.6)}.step-2{min-height:calc(var(--step-height)*.8)}.step-3{min-height:var(--step-height)}}