.descartes__descricao_titulo{
    background-color: var(--main-color);
    color: var(--bg-color);
    display: flex;
    /* justify-items: space-around; */
    justify-content: center;
    /* font-weight: bold; */
    font-weight: 500;
    padding: 12px 13px;
    margin-top: 1rem;
}

.descartes__descricao_titulo:hover{
    cursor: pointer;
}

.descartes__descricao_titulo::after{
    content: '\2b';
    font-family: 'FontAwesome';
    margin-right: -20px;
    margin-left: 20px;
}

.descartes__descricao_titulo--ativo::after{
    content: '\f068';
}