div.each-req-div {
    width: 100%;
    margin: auto auto 20px auto;
    border-bottom: 2px solid #F3F7FC;
}
div.each-req-div > div {
    /*border: 1px solid green;*/
    display: flex;
    align-items: center;
    padding: 12px 0;
}
div.each-req-div > div:first-child{
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;

    padding-left: 3%;
}
div.each-req-div > div:nth-child(2){
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
}
div.each-req-div > div:last-child{

}
div.each-req-div:last-child {
    border-bottom: none !important;
}

div.percent-div {}
div.percent-div > div {
    background: #112F4E;
    border-radius: 7px;
    height: 20px;
}

















