.awards-container{
    background-image: url('../assets/images/awards.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
}

.awards-main-container{
    width: 100%;
    max-width: 1800px;
    padding: 0 20px;
    margin: 0 auto;
}

.awards-sub-heading{
    font-size: 28px;
}

/* .awards-container::after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #ffffffb9;
} */

.awards-border-body{
    border: solid 4px;
    border-image: linear-gradient(180deg,#00000000 40%, #0dd4ea) 50;
}

.awards-body{
    background: rgba(255, 255, 255, 0);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
}

/* @media screen and (max-width: 1600px){
} */