.grafico{
    width:65%;
    height: auto;
}

div:has(p.destacado) { 
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    
}

div:has(p.destacado) > p{
    width: 65%;
}

.destacado{
    font-weight: bold;
    flex: 1;
    color:brown;
    padding: 5%;
    border-left: 5px brown solid;
    margin-left: 10%;
    text-align: left;
}

h2{
    margin-top: 5%;
}

blockquote{
    align-self: center;
}