.conteudo__titulo{
    display: flex;
    justify-content: center;
    color: white;
    background-color: blueviolet;
    width: 80%;
    border-radius: 24px;
    margin-left: 1em;
}

.conteudo__imagem{
    display: flex;
    justify-content: center;
    margin-top: 5em;
    margin-left: 4em;
    opacity: 50%;
}