@media(max-width: 768px){
.c-input--text {
    padding: 1em .5em;
    font-size: 12px;
}
.c-form__title, .c-form__content, .c-table-preview__title, .c-table-preview__content {
    display: block;
    width: 88%;
    font-size: 12px;
}
.rc-anchor-checkbox-label {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 17px;
}

 .group_form {
    margin: 20px;
}

}