.text-form {
    background-color: var(--color-secondary-5);
}

.text-form .content {
    margin: 0 0 2rem;
}

@media screen and (min-width: 40rem) {
    .text-form .content {
        margin: 2rem 0 0;
    }
}

@media screen and (min-width: 64rem) {
    .text-form .content {
        margin: 4rem 0 0;
    }
}

.text-form .content p {
    color: var(--color-primary);
}

.text-form .form-wrapper {
    padding: 2rem;
}

@media screen and (min-width: 40rem) {
    .text-form .form-wrapper {
        padding: 3rem;
    }
}

@media screen and (min-width: 64rem) {
    .text-form .form-wrapper {
        padding: 4rem 6.25rem;
    }
}

.text-form .form-wrapper .gform_wrapper {
    margin: 0;
}

.text-form .form-wrapper .gform_wrapper .gform_fields {
    display: block;
}