.feedBackFormInputs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.innAutocompleteNotice {
    font-weight: 500;
    font-size: 18px;
    line-height: 3.6rem;
    color: #212424;
    padding-bottom: 3rem;
    max-width: 50rem;
}