.how-to-use-section{width:100%;background-color:var(--white);padding:0;display:flex;justify-content:center;align-items:center}.how-to-use-container{width:1500px;max-width:1500px;display:flex;flex-direction:column;gap:48px;margin:0 auto;padding:0;box-sizing:border-box}.how-to-use-header{width:100%;display:flex;flex-direction:column;align-items:center;gap:10px}.how-to-use-title-row{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0}.how-to-use-title{font-family:'Zalando Sans Expanded',sans-serif;font-weight:500;font-size:32px;line-height:1.2em;text-align:center;color:#4b4b53;margin:0 0 8px 0}.how-to-use-subtitle{font-family:'Zalando Sans Expanded',sans-serif;font-weight:300;font-size:14px;line-height:1.4em;color:rgba(75,75,83,.6);margin:0;text-align:center}.how-to-use-steps{width:100%;display:flex;justify-content:stretch;align-items:stretch;gap:24px}.how-to-use-step{display:flex;flex-direction:column;gap:20px;flex:1;border-radius:8px}.step-image{width:100%;height:140px;overflow:hidden;border-radius:0}.step-image img{width:100%;height:100%;object-fit:cover}.step-content{display:flex;flex-direction:column;gap:0}.step-title{font-family:'Zalando Sans Expanded',sans-serif;font-weight:300;font-size:18px;line-height:1.3333333333333333em;color:#4b4b53;margin:0 0 0 0}.step-description{font-family:'Zalando Sans Expanded',sans-serif;font-weight:300;font-size:16px;line-height:1.375em;color:rgba(75,75,83,.8);margin:0}@media(max-width:1400px){.how-to-use-container{width:calc(100% - 120px);max-width:1500px}}@media(max-width:768px){.how-to-use-container{width:calc(100% - 40px);max-width:686px;gap:32px}.how-to-use-title{font-size:28px}.how-to-use-subtitle{font-size:13px}.how-to-use-steps{flex-direction:column;gap:24px}.how-to-use-step{width:100%}.step-image{height:180px}.step-title{font-size:16px}.step-description{font-size:14px}}@media(max-width:480px){.how-to-use-container{width:calc(100% - 20px);max-width:284px;gap:24px}.how-to-use-title{font-size:18px}.how-to-use-subtitle{font-size:12px}.how-to-use-steps{gap:20px}.step-image{height:140px}.step-title{font-size:14px}.step-description{font-size:13px}}