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