.awards-section {
  text-align: center;
  padding: 50px 0;
  background-color: #fff;
}

.awards-section__content {
  margin-bottom: 70px;
}

.awards-section__title {
  margin-bottom: 1rem;
  padding-right: 50px;
  font-size: 40px;
}

.awards-section__description {
  font-size: 18px;
}
#awardCarousel .item-group {
  display: flex;
  justify-content: center;
  gap: 100px;
}
#awardCarousel .image-container {
  width: 200px;
  height: 140px;
  margin: auto;
}
#awardCarousel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#awardCarousel .owl-dots {
  text-align: center;
  margin-top: 15px;
}
#awardCarousel .owl-dots .owl-dot {
  border: 1px solid #e01020 !important;
  background: #fff;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
}
#awardCarousel .owl-dots .owl-dot.active {
  background: #e01020 !important;
}

@media (min-width: 1800px) {
  .awards-section__title {
    font-size: 42px;
  }
}

@media (min-width: 1600px) {
  #awardCarousel .image-container {
    width: 250px;
    height: 250px;
    margin: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .awards-section__description {
    font-size: 18px;
  }
  .awards-section__title {
    font-size: 38px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .awards-section {
    padding: 40px 0px;
  }
  #awardCarousel .item-group {
    gap: 20px;
    align-items: center;
  }
  #awardCarousel .image-container {
    width: 100%;
    height: auto;
  }
  #awardCarousel .image-container img {
    width: 100%;
    height: 150px;
  }
  .awards-section__content {
    margin-bottom: 30px;
  }
  #awardCarousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
  }
  .awards-section__title {
    font-size: 36px;
  }
  .awards-section__description {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .awards-section {
    padding: 30px 0px;
  }
  .awards-section__title {
    padding-right: 0px;
    font-size: 30px;
  }
  .awards-section__content {
    margin-bottom: 30px;
  }
  #awardCarousel .item-group {
    gap: 24px;
  }
  #awardCarousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
  }
  #awardCarousel .image-container {
    width: 100%;
    height: 200px;
  }
  .awards-section__description {
    font-size: 16px;
  }
}
