#report-card{
    background-color: #fff;
    padding: 4vw 10vw 4vw 10vw !important;
}
.report-card-heading{
    color: #3d4d5d;
    font-size: 3.333vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 9vh 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .report-card-heading{
        margin: 0 0 3vh 0;
    }
  }
.report-card-heading span{
    color: #FF752C;
    font-size: 3.333vw;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.award-card-container{
    display: flex;
    justify-content: space-around;
}
.award-card-container div{
    width: 20%;
}
.award-card-container img{
    width: 100%;
}
.BW-award-card{
  position: relative;

}
.BW-award-card img{
    width: 100%;
}
.award_title{
    position: absolute;
    top: 3.5vw;
    left:1vw;
    width: 14vw;
    text-align: center;
    font-size: 1.250vw;
    font-weight: 300;
    font-style: normal;
    line-height: normal;    
}
.BW-award-card p {
    color: #fff;
}
.BW-award-card span{
    text-align: center;
    font-weight: 800;
}
.CEO-award-card{
    position: relative;
}
.CEO-award-card p {
    color: #3d4d5d;
}
.CEO-award-card span{
    text-align: center;
    font-weight: 800;
}
.BW-40-under-40-award-card{
    position: relative;
}
.BW-40-under-40-award-card p {
    color: #fff;
}
.BW-40-under-40-award-card span{
    text-align: center;
    font-weight: 800;
}
.Entrepreneur-award-card{
    position: relative;
}
.Entrepreneur-award-card p {
    color: #3d4d5d;
}
.Entrepreneur-award-card span{
    text-align: center;
    font-weight: 800;
}
