ul.lista-descontos-profissional {
    color: #756b84;
    font-family: "Quicksand";
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    
}

ul.lista-descontos-profissional li {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #ece4f2;
    padding: 5px 10px;
    border-radius: 5px;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.desconto-titulo {
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 4px;
}


ul.lista-descontos-profissionalli svg {
    height: 17px;
    width: auto;
}

.desconto-expira {
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    
}

.desconto-valor {
    font-weight: 700;
    color: #ff4b77;
}

li.item-total-descontos {
    background: #F2295B !important;
    color: #fff;
}


li.item-total-descontos {
    font-weight: 700;
}


@media only screen and (max-width: 767px) {

ul.lista-descontos-profissional li {
    flex-direction: row;
    align-items: flex-start;
}

.wrapvalcop {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-basis: 100%;
    width: 100%;
}

}


