div.mgu {
    width: 100%;
    font-weight: 600;
    color: #909090;
}

div.mgu.priceBox {
    display: flex;
    flex-direction: column;
    width: 100%;
}

div.mgu.oldPrice {
    font-size: 15px;
    text-decoration: line-through;
}

div.mgu.newPrice {
    font-size: 17px;
    color: red;
    margin-bottom: 1%;
}

div.mgu.installment {
    width: 100%;
    font-weight: 600;
    font-size: 15px;
}

span.mgu.numberInstallments {
    font-size: 17px;
    color: orange;
}

span.mgu.value {
    font-size: 17px;
    color: orange;
}
