.brand-questionnaire {
    display: flex;
    justify-content: center;

    .gform_wrapper {
        max-width: 1000px;
        width: 100%;
    }

    .gfield_radio, .gfield_checkbox  {
        &>div {
            display: flex;
            align-items: start;
            gap: 8px;
        }

        .gfield-choice-input {
            margin: 8px 0 0 !important;
        }

        label {
            margin: 0;
            font-size: 18px !important;
        }
    }

    .brand-type {
        label {
            display: flex !important;
            width: 100%;
            align-items: start;
            gap: 8px;

            span {
                flex: 2;

                &:first-child {
                    flex: 1;
                }

                &:last-child {
                    flex: 1;
                }
            }
        }
    }

    .gfield--type-html {
        h2 {
            font-weight: 700;
            margin-bottom: 2rem;

            span {
                color: #e00808;
            }
        }

        h3 {
            font-size: 22px;
            font-weight: 700;
        }

        p {
            font-size: 22px;
        }

        td {
            font-size: 18px !important;
        }
    }

    .gfield_label {
        color: #e00808;
        font-style: italic;
        font-size: 18px !important;
    }
}