.step-container{width:100%;max-width:960px;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.step-container .operation-feedback{margin-bottom:var(--M-space)}.step-container .section-wrapper{width:100%;flex-shrink:0;box-sizing:border-box;padding:40px var(--M-space) 40px;border-radius:8px;background-color:var(--white);max-width:960px;display:flex;flex-direction:column;align-items:flex-start;gap:var(--M-space)}@media only screen and (max-width:1024px){.step-container .section-wrapper{padding:var(--M-space) var(--S-space)}}