.height {
   height: 100vh;
}

.aw {
   position: relative;
}

.p-realtive {
   position: relative;
   overflow: hidden;
}

.awards-section {
   border: 1px solid black;
   overflow: hidden;
}

.awards-container {
   width: 100%;
   height: 100%;
}



.awards-wrapper {
   width: 100%;
   height: 500px;

   display: flex;
   column-gap: 50px;
   padding: 0px 20px;
}

.awards-wrapper .cl {
   width: 50%;
   height: auto;
}

.awards-wrapper .col2 {
   /* background: green; */
   transform: translateY(-320px)
}

.single-award {
   width: 100%;
   height: auto;
   background: white;
   flex-shrink: 0;
   padding: 20px 30px;
   text-align: center;
   margin-bottom: 30px;
   box-shadow: 0px 5px 10px 1px #0004;
   border-radius: 25px;
}

.single-award img {
   height: 120px;
   margin-bottom: 20px;
}