/*additional css 2026*/

.awards-popup-wrapper .content-section .award-content {
    /* background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); */
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0;
}
.split-col-container .content-section .content-wrapper .award-content p,
.split-col-container .content-section .content-wrapper .award-content .description h2,
.split-col-container .content-section .content-wrapper .award-content .others-awards h2{
    color: #363636;
}

.split-col-container .content-section .content-wrapper .award-content .others-awards ul.awards{
    justify-content: center;
}
.split-col-container .content-section .content-wrapper .award-content .others-awards ul.awards img{
    min-width: 200px;
}