@media screen and (min-width: 1001px) {
    .dialog__escolherProcessoApensado {
        height: 400px !important;
        width: 1000px !important;
    }
}
@media screen and (max-width: 1000px ) {
    .dialog__escolherProcessoApensado {
        height: 100% !important;
        left: 0px !important;
        top: 0px !important;
        width: 100% !important;
    }
}

.dialog__escProcApens__button {
    height: 30px;
    width: 100px;
}