.content-pedido {
    height: calc(100vh - 219px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 9px;
    box-sizing: border-box;
}

.value-total {
    text-align: center;
}

.value-total label {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
}

.produtos h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.produtos p {

    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    width: 71%;

    color: #000000;
}

.value-total {
    display: flex;
    flex-direction: column;
}

.produto-item {
    display: flex;
    justify-content: space-between;
}

.produto-item strong {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    color: #D93D04;
}

.arrow-back {
    position: absolute;
    top: 15px;
    left: 11px;
}
