.award{display: flex;
    gap: 50px;
    justify-content: center;
margin: 50px;}

.single-award{
    width: 250px;
    height: 170px;
    text-align: center;
    background-color:#fabb0c79;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-bottom: 3px solid #0c3587;
}

.award img{margin-top: -80px;
    height: 170px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    width: 200px;
}
h3{font-size: 16px;
    color: #0c3587;
    font-weight: 600;
    padding: 10px 40px;
}

.main{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(212, 212, 212, 0.849); /* Black overlay with 50% opacity */
    z-index: 0.8;
  }

.scrollhonours thread.thread-dark tr
th:last-child {
width: 122px!important;
text-align: center!important;
}

.awardpvsm img {
    width: 110px;
} 

.awardpvsm {
    float: right;
    background: #f1f1f1;
    padding: 3px 3px;
}
.scrollhonours tr td {
    vertical-align: middle;
}

.pvsmtdnew { 
    display: flex
;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
section#main-awardss {
    background: #e3e3e3;
}
