.mensagem__saida {
    display: none;
    color: #495057;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    height: 480px;
    line-height: 150%;
    outline: none;
    resize: none;
}
@media screen and (max-width: 769px) {
    .mensagem__saida{
        width: 688px;
        height: 343px;
    }
}