.waiting-list-form {
    display: flex; gap: 24px; flex-wrap: wrap;
}

.waiting-list-input {
    width: calc(50% - 12px);
}