.container-melhorias{
    margin-top: 25px; 
    background-color: rgba(255,255,255,.3);
    padding: 30px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: rgb(61 62 64 / 20%) 0px 3px 9px 0px;
    text-align : center;
}

.card-melhoria{
    border-bottom: 1px solid #cccccc;
    background-color: white;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 12px;
    box-shadow: rgb(61 62 64 / 20%) 0px 3px 9px 0px;  
}

.card-melhoria:hover {
	background-color: #64BCBB;
	color: #fff;
	cursor: pointer;
	transition: all .3s;
}

.card-melhoria .titulo{
    text-align: left;
    font-weight: bold;;
}

.card-melhoria .titulo span{
    background-color: #abe0e026;
    border: 1px solid #64bcbb;
    color: #64bcbb;
    padding: 4px;
    border-radius: 6px;
    float:right;
    font-size: 10px;
}

.card-melhoria .detalhes{
    text-align: left;
    margin-top: -12px;
    font-size: 12px;
}

.card-melhoria .descricao{
    text-align: left;
    margin-top: -8px;
}