.awards_wrapper{
    width:100%;
}
.awards_inner_wrapper{
    max-width:1120px;
    margin:auto;
    background:#fff;
    border-radius:24px;
    padding:24px 96px;
    display:flex;
    justify-content: center;
    align-items: center;
    gap:48px;
    margin-bottom:120px;
}
.awards_left h3{
font-family:'avenir_next_worldbold', 'verdana';
font-size: 40px;
line-height: 48px;
text-align: left;
margin-bottom:16px;
font-weight:normal;
color:#2B2B2B;
}
.awards_left p{
    font-family:'avenir_next_worldmedium', 'verdana';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    color:#000;
    margin-bottom:24px;
}
.awards_learn_btn{
    display: flex;
width: 184px;
padding: 12px 16px;
border-radius: 8px;
background: #222;
justify-content: center;
align-items: center;
gap: 24px;
color: #fff;
font-family:'avenir_next_worlddemi', 'verdana';
font-size:16px;
font-style: normal;
font-weight: normal;
line-height: 24px;
color:#fff;
}
.awards_learn_btn:hover{
    text-decoration: none;
    color:#fff;
    opacity:0.8;
}
.awards_right img{
    width:400px;
}
.awards_gradient_desk,.awards_gradient_bottom_desk{
    display:flex;
    justify-content: center;
    align-items: center;
    position:relative;
    z-index:-1;
}
.awards_gradient_desk img{
    width: 913px;
    position:absolute;
    top:-200px;
    left:0;
    z-index:-1;
}
/* .gradient4 img{
    display:none;
} */
.awards_gradient_bottom_desk img{
    width: 555px;
    position:absolute;
    bottom: -225px;
    right:0;
    z-index:-1;
}
@media(min-width:1920px){
    .awards_inner_wrapper{
        max-width: 1600px;
        justify-content: space-between;
    }
    .awards_right img {
        width: 650px;
    }
    .awards_gradient_desk img{
    width: 1355px;
    top: -250px;
    }
    .awards_gradient_bottom_desk img{
        width: 755px;
    }
}
/* Large Device only (1024 < Width <= 1439) */ 
@media (max-width:1439px) and (min-width:1025px){ 
    .awards_left h3{
        font-size:36px;
        line-height:44px;
    }

} 

/*  Medium Device Only (768 <= Width <= 1024) */ 
@media (max-width:1024px) and (min-width:768px){
    .awards_left h3{
        font-size:32px;
        line-height:40px;
    }
} 

/* Small Device only (Width <= 767) */ 
@media (max-width:767px){
    .awards_left h3{
        font-size:28px;
        line-height:36px;
    }
}
@media(min-width:1024px) and (max-width:1366px){
    .awards_wrapper{
        padding: 0 40px;
    }
    .awards_left h3 br {
        display: none;
    }
    .awards_right img {
        width: 300px;
    }
    .awards_inner_wrapper{
        padding: 24px 56px;
    }
}
@media(min-width:768px) and (max-width:1023px){
    .awards_wrapper{
        padding:0 40px;
    }
    .awards_inner_wrapper{
        gap: 24px;
        padding: 30px 46px;
        margin-bottom: 100px;
    }
    .awards_right img{
        width:250px;
    }
}
@media(max-width:767px){
    .awards_wrapper{
        padding: 0 20px;
    }
    .awards_inner_wrapper{
        padding: 40px 20px;
        flex-direction: column;
        gap: 24px;
        margin-bottom: 64px;
    }
    .awards_right img {
        width: 100%;
    }
    .awards_gradient_desk img, .awards_gradient_bottom_desk img{
        width:100%;
    }
    .awards_gradient_bottom_desk img{
        bottom: -150px;
    }
    .awards_gradient_desk img{
        top: -100px;
    left: -16px;
    }
    .awards_left{
        display: flex;
    flex-direction: column;
    align-items: center;
    }
    .awards_left h3,.awards_left p {
        text-align: center;
    }


}

@media(max-width:550px){
    .awards_gradient_bottom_desk img{
        bottom: -100px;
    }
}