.page-slug-baremail-material-dl_form .c-form__table-group {
    display: flex;
    flex-flow: row wrap;
    gap: 2rem;
}

.page-slug-baremail-material-dl_form .c-form__table-group .c-form__table-row {
    flex: 1 1 10%;
    margin-top: 1rem;
}

.page-slug-baremail-material-dl_form .c-form__table-group .c-form__table-row .c-form__table-body {
    margin-bottom: 0;
}

.page-slug-baremail-material-dl_form .u-text-align-center {
    text-align: left !important;
}

.page-slug-baremail-material-dl_form .c-form .c-form__footer-item--checkbox {
    font-size: 1.4rem;
    line-height: 1.42857;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
}

.page-slug-baremail-material-dl_form .c-form .c-form__footer-item--checkbox .c-checkbox {
    justify-content: flex-start !important;
}

.page-slug-baremail-material-dl_form .error-text {
    font-size: 1.4rem;
}

.page-slug-baremail-material-dl_form .c-form__footer-item.-center .c-button__text {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .page-slug-baremail-material-dl_form .u-mt-50-md {
        margin-top: 2rem !important;
    }
}