

.nutri-facts .row {
    align-items: center;
}


.nutri-facts .first-col .bordered-div {

    border:3px solid black;
    border-radius: 5px;
    display:inline-block;
    padding:0px 10px;
}



.nutri-facts .first-title {

    font-size: 40px;
    font-weight:700;
    color: black !important;
}


.nutri-facts .first-sub {

    font-size: 14.5px;
    color: black !important;
    font-weight: 400;
}




.nutri-facts .hr-lg {

    border-width: 8px;
    border-style: solid;
    font-weight: 400;
    border-color: black;
    background-color: black;
    border-radius:2px;
}


.nutri-facts .hr-md {

    border-width: 5px;
    font-weight: 400;
    border-color: black;
    border-radius: 2px;
    border-style: solid;
    background-color: black;
}



.nutri-facts .hr-sm {

    border-color: #444;
    border-width: 0px;
    border-style: solid;
    background-color: #444;
}



.nutri-facts .first-sub span {

    margin-left: 14px;
    font-weight: 700;
    font-size: 15px;
    color: black !important;
}




.nutri-facts .sec-title {

    font-weight: 700;
    font-size: 15px;
    text-align: left;
    color: black !important;
}


.nutri-facts .sec-title.regular {

    font-weight: 400;
    color: black !important;
}

.nutri-facts .sec-title.small {

    font-weight: 14.5px;
    
}



.nutri-facts .bb-1 {
    border:none;
}

.nutri-facts .br-1 {
    border-right: 1px solid #444;
}