.formulario-ouvidoria {
    height: 2000px !important;
}

#conteudo>ul>li:nth-child(4),
#conteudo>ul>li:nth-child(5),
#conteudo>ul>li:nth-child(6) {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .formulario-ouvidoria {
        height: 2300px !important;
    }
}