.descacheo_error p::before {
    content: "\26A0";
    background: #b82e2e;
    font-size: 20px;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    border-radius: 50%;
}

.descacheo_correcto p {
    color: #467c1e;
}

.descacheo_correcto p::before {
    content: "\2714";
    background: #467c1e;
    font-size: 20px;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    border-radius: 50%;
}