@media (max-width: 767px) {

    /* GENERAL START */
    #page {
        padding: 28px 16px 30px;
    }

    .site-main h1 {
        margin-bottom: 20px;
        padding-bottom: 14px;
        min-height: 0;
        padding-right: 70px;
        font-size: 26px;
    }

    .site-header {
        padding-right: 70px;
    }

    .site-logo {
        top: 28px;
        right: 16px;
        width: 56px;
    }
    /* GENERAL END */

    /* FORMULARIS START */
    .SistemsFormularioForm .consult-list ul > li,
    .SistemsFormularioForm .consult-list .radio-btn {
        grid-template-columns: 1fr;
    }

    .SistemsFormularioForm .consult-list ul > li > p.txt {
        border-right: 1px solid #D5DCE6;
        border-bottom: 0;
    }

    .SistemsFormularioForm .consult-list .radio-btn > .label {
        grid-row: auto;
        border-right: 0;
        border-bottom: 1px solid #D5DCE6;
    }

    .SistemsFormularioForm .enviar-btn button {
        width: 100%;
    }
    /* FORMULARIS END */

}
