.awardSection{margin-bottom: 50px;}
.awardSection .imgWrp img{width: 100%;height: 100%;object-fit: cover;}
.awardSection .contentWrp{background-color: #fff;padding: 25px 10px 20px 17px;position: relative;}
/* .awardSection .contentWrp.alignRight{margin-left: 6%;}
.awardSection .contentWrp.alignLeft{margin-right: 6%;} */

@media (min-width: 767px){
  .awardSection{display: flex; margin-bottom: 60px;}
  .awardSection .imgWrp{display: flex; flex-direction: column;width: 100%;}
  .awardSection .contentWrp{display: flex; flex-direction: column;justify-content: center; width: 80%;padding: 25px 20px 20px;margin-top: 0;margin-left: 0;}
  /* .awardSection .contentWrp.alignRight{margin-left: -40%;}
  .awardSection .contentWrp.alignLeft{margin-right: -40%;} */

}

@media (min-width: 991px){
  .awardSection .imgWrp{width: 53%;}
  .awardSection .contentWrp{width: 47%;padding: 2rem 1.5rem 1rem;}
  /* .awardSection .contentWrp.alignRight{margin-left: -8%;}
  .awardSection .contentWrp.alignLeft{margin-right: -8%;} */
}

@media (min-width: 1150px){
  .awardSection{margin-bottom: 6vw;}
  .awardSection .contentWrp.alignRight{padding: 2vw 4vw 2vw 3vw;}
  .awardSection .contentWrp.alignLeft{padding: 2vw 3vw 2vw 4vw;}
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}