.awards-slider-section {
    padding-top: 100px;
}
.awards-slider-section .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.awards-slider-section .wrapper .slider-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (max-width: 1439px) {
  .awards-slider-section .wrapper .slider-item img {
    max-width: 80% !important;
  }
  .awards-slider-section .wrapper .slider-item {
      padding-left: 0;
      padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .awards-slider-section .container {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
  .awards-slider-section .wrapper .slick-track {
      display: flex !important;
  }
  .awards-slider-section .wrapper .slider-item {
      height: auto !important;
  }
  .awards-slider-section .slider-item:nth-child(1) {.awards-slider-section .slider-item: nth-child(2);order: 2;}
  .awards-slider-section .slider-item:nth-child(2) {
      order: 1;
      width: 100%;
  }
  .awards-slider-section .slider-item:nth-child(3) {
      order: 3;
  }
  .awards-slider-section .wrapper {
      flex-wrap: wrap;
      gap: 30px;
  }
  .awards-slider-section .slider-item:nth-child(2) img {
      max-width: 245px !important;
      width: 100%;
  }
  .awards-slider-section .slider-item:nth-child(1) img {
      max-width: 110px !important;
  }
  .awards-slider-section .slider-item:nth-child(3) img {
      max-width: 154px !important;
      max-height: 154px !important;
      width: 100%;
      object-fit: contain;
  }
  .awards-slider-section {
    padding-top: 70px;
}
}