.withdrawal-step2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}

.withdrawal-step2-actions .faq-submit {
    margin-top: 0;
}

@media (max-width: 575px) {
    .withdrawal-step2-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .withdrawal-step2-actions .faq-submit,
    .withdrawal-step2-actions .border-btn {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0;
        box-sizing: border-box;
    }
}
