.awards {
  padding: 80px 0px;
}
.awards__container {
}
.awards__title {
  font-weight: 800;
  line-height: 120%;
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}
.awards__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.awards__item {
}
.awards__img img {
  width: 100%;
}
.awards__name {
  margin-top: 20px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.awards__content div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  justify-content: center;
  font-size: 14px;
}
.awards__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.awards__content span {
  font-weight: 600;
  color: rgb(127, 125, 125);
}

@media (max-width: 767px) {
  .awards__body {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
