.question-form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.arcaptcha {
    width: fit-content;
}

.success-message {
    color: #0dac1a;
}

.error-message {
    color: #ac0d0d;
}

.question-form .row input[name="your-phone"],
.question-form .row input[name="your-name"] {
    width: 50%;
}

.question-form-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    padding: 0;
}