#titulo-anuncio {
    background-color: #56A019;
    color: #fff;
}

#titulo-anuncio p {
    font-size: 0.9rem;
    position: relative;
    top: 0.45rem;
}

.form-label {
    color: #444;
    font-weight: bold;
}

#titulo-anuncio-cinza {
    background-color: #444;
    color: #fff;
}