 #report-card{ 
    background-color: #fff;
}
.report-card-heading{
    color: #3d4d5d;
    font-size: 8.533vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: inline-grid;
    margin: 0 0 4vw 0;
}
.report-card-heading span{
    color: #FF752C;
    font-size: 8.533vw;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.award-card-container{
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;

}
.award-card-container div{
    position: relative;
    padding: 2vw;
    margin-right: 4vw;
}
.award-card-container p{
    padding: 0 2vw;
}

.BW-award-card p {
    position: absolute;
    top: 16vw;
    left: 0;
    color: #fff;
    text-align: center;
    font-size: 4.800vw;
    font-weight: 300;
    font-style: normal;
    line-height: normal;    
}
.BW-award-card span{
    text-align: center;
    font-weight: 800;
}

.CEO-award-card p {
    position: absolute;
    top: 16vw;
    left: 0;
    color: #3d4d5d;
    text-align: center;
    font-size: 4.800vw;
    font-weight: 300;
    font-style: normal;
    line-height: normal;    
}
.CEO-award-card span{
    text-align: center;
    font-weight: 800;
}

.BW-40-under-40-award-card p {
    position: absolute;
    top: 16vw;
    color: #fff;
    text-align: center;
    font-size: 4.800vw;
    font-weight: 300;
    font-style: normal;
    line-height: normal;    
}
.BW-40-under-40-award-card span{
    text-align: center;
    font-weight: 800;
}

.Entrepreneur-award-card p {
    position: absolute;
    top: 16vw;
    left: 0;
    color: #3d4d5d;
    text-align: center;
    font-size: 4.800vw;
    font-weight: 300;
    font-style: normal;
    line-height: normal;    
}
.Entrepreneur-award-card span{
    text-align: center;
    font-weight: 800;
} 
.award_bg_img{
    width: 59vw;
}