.user_deslogado_div {
    padding: 2.5em 0em 2.5em 0em;
    max-width: 90%;
    min-width: 80%;
    display: flex;
    background: #f9ebf1 !important;
    justify-content: center;
    align-items: center;
}
.user_deslogado_sec_img {
    width: 15%;
    min-width: 10em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rouser_deslogado_text {
    display: flex;
    text-align: center;
    margin: 0 !important;
    flex-direction: column;
    font-family: 'Hero New Bold', sans-serif;
}

.user_deslogado_button {
    background: white;
    width: 15em;
    height: 3em;
    font-size: 1.3em;

}
.user_deslogado_sec_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.user_deslogado_subtext {
    font-family: 'Hero New Regular', sans-serif;
    color: #2a2a2a;
    margin-top: -0.2em;
    margin-bottom: 1em;
    font-size: 0.55em;
    font-weight: 100;
    line-height: 2.0875rem;
}

@media (max-width: 768px) {
    .user_deslogado_div {
        flex-direction: column;
    }
    .user_deslogado_sec_img {
        margin-bottom: 1em;
        min-width: 8em;
    }
    .rouser_deslogado_text {
        font-size: 1.5em;
    }
}

@media (max-width: 492px) {
    .user_deslogado_button {
        font-size: 0.9em;
    }
}