section.autor-section {
    margin-top: 72px;
}
section.autor-section img.foto_autor {
    width: 100%;
}

section.autor-section .box-info p.descricao {
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 10px;
    color: #000;
    font-weight: 400;

    display: -webkit-box;
    -webkit-box-orient: vertical;

    display: -moz-box;
    -moz-box-orient: vertical;

    font-family: 'Poppins', sans-serif;
}

/******************************/
button.open_text_autor {
    background: transparent;
    border: none;
    outline: none;
    text-decoration: underline;
    width: auto;
    margin: 0px auto 20px auto;
    color: #0000EE;
    cursor: pointer;
}