.home_excellence_section .awards_wrapper {
  background-color: #111111;
  font-family: "Poppins" !important;
  padding: 22px;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .home_excellence_section .awards_wrapper {
    border-radius: 24px;
  }
}
.home_excellence_section .awards_wrapper .common_section_title {
  color: white;
  font-family: "Poppins" !important;
}
.home_excellence_section .awards_wrapper .common_desc_text {
  color: #BABABA;
  font-family: "Poppins" !important;
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .home_excellence_section .awards_wrapper .common_desc_text {
    width: 100%;
    text-align: left !important;
    margin: 0;
  }
}
.home_excellence_section .awards_wrapper .award_boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}
.home_excellence_section .awards_wrapper .award_boxes .award {
  background-color: #1A1A1A;
  border: 1px solid rgba(186, 186, 186, 0.2);
  border-radius: 20px;
  width: calc(50% - 5px);
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
}
@media only screen and (max-width: 1024px) {
  .home_excellence_section .awards_wrapper .award_boxes .award {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .home_excellence_section .awards_wrapper .award_boxes .award {
    padding: 10px;
    min-height: fit-content;
    border-radius: 12px;
  }
}
.home_excellence_section .awards_wrapper .award_boxes .award .rating_val {
  font-size: 24px;
  color: white;
  font-family: "Poppins" !important;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .home_excellence_section .awards_wrapper .award_boxes .award .rating_val {
    font-size: 16px;
  }
}
.home_excellence_section .awards_wrapper .award_boxes .award .rating_stars {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.home_excellence_section .awards_wrapper .award_boxes .award .rating_stars .rating_star {
  height: 24px;
  width: 24px;
}
@media only screen and (max-width: 767px) {
  .home_excellence_section .awards_wrapper .award_boxes .award .rating_stars .rating_star {
    height: 18px;
    width: 18px;
  }
}
.home_excellence_section .awards_wrapper .award_boxes .award .award_logo {
  height: 34px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .home_excellence_section .awards_wrapper .award_boxes .award .award_logo {
    height: 20px;
  }
}