.custom-steps-module{background:transparent;border-radius:8px;display:flex;flex-wrap:wrap;gap:20px;padding:0}.steps-list{display:flex;flex:0 0 auto;flex-direction:column;gap:12px;width:380px}.step-title{font-family:Poppins,sans-serif;font-weight:bolder}.step-btn,.step-btn:hover{align-items:center;background:#d55b21;border:none;border-radius:20px;color:#fff;cursor:pointer;display:flex;font-size:24px;font-weight:600;justify-content:space-between;padding:18px 24px;text-align:left;width:100%}.step-btn.active{background:#fff;border-radius:20px;color:#7d0e26}.arrow-circle{align-items:center;background:transparent;border:1px solid #bf223e;border-radius:50%;display:flex;height:24px;justify-content:center;width:24px}.step-btn.active .arrow-circle{background:tranparent;border:1px solid #bf223e}.arrow{font-size:20px;font-weight:700;margin:0 0 4px 2px}.arrow,.step-btn.active .arrow{color:#e67f1c}.steps-content{flex:1}.step-content{background:#fff;border-radius:12px;color:#333;display:none;font-size:20px;line-height:1.5;max-width:100%;padding:16px 20px 40px;width:100%}.step-content.active{display:inline-block}.content-header{align-items:flex-start;display:flex;gap:8px}.arrow-circle.down{height:24px;transform:rotate(90deg);width:24px}.arrow-circle.down .arrow{color:#e67f1c;padding:0 11px}@media (max-width:768px){.custom-steps-module{flex-direction:column}.steps-list{flex-direction:row;flex-wrap:wrap;min-width:100%}.step-btn{flex:1 1 45%}.steps-content{max-width:100%}}