@media (max-width: 447px) {
    .bd.form-payment-select-wrap {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    
    .bd.form-payment-select:nth-of-type(n+2) {
        margin-left: 0em;
    }
}