.text-right {
    text-align: right;
}

.ze-contact-form-wrap #gdpr_consent label {
    width: 100%;
    text-align: left;
}

.ze-contact-form-alert {
    font-size: 1.6rem;
    padding: 1rem 2rem;
    margin-bottom: 1.5rem;
    transition: all .5s ease-out;
}

.ze-contact-form-wrap .form-group span {
    flex: 0 0 calc(100% - 37rem);
}

@media (max-width: 991px) {
    .ze-contact-form-wrap label {
        display: block;
    }

    .ze-contact-form-wrap .form-group {
        display: block;
    }

    .ze-contact-form-wrap label {
        text-align: left;
        margin-bottom: .7rem;
        margin-top: 2rem;
        font-size: 1.3rem;
        text-transform: uppercase;
        font-weight: 500;
    }

    .ze-contact-form-wrap #gdpr_consent label {
        text-transform: initial;
        font-weight: 400;
    }
}