.wd-outstanding {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wd-outstanding-cont {
  max-width: 1440px;
  padding: 60px 140px 40px 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wd-outstanding-title {
  max-width: 700px;
  color: #3f3a36;
  text-align: center;
  font-family: "Averta Std CY";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wd-outstanding-items {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 55px;
}
.wd-outstanding-item {
  width: calc((100% - 60px * 2) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wd-outstanding-item img {
  display: flex;
  width: 54px;
  height: 54px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.wd-outstanding-item h5 {
  margin-top: 16px;
  color: #3f3a36;
  text-align: center;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.wd-outstanding-item p {
  margin-top: 10px;
  color: #3f3a36;
  text-align: center;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .wd-outstanding-cont {
    padding: 40px;
  }
  .wd-outstanding-title {
    color: #3f3a36;
    text-align: center;
    font-family: "Averta Std CY";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .wd-outstanding-items {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .wd-outstanding-item {
    width: 100%;
  }
  .wd-outstanding-item img {
    display: flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
  }
  .wd-outstanding-item h5 {
    margin-top: 5px;
    color: #3f3a36;
    text-align: center;
    font-family: "Averta Std CY";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .wd-outstanding-item p {
    margin-top: 8px;
    color: #3f3a36;
    text-align: center;
    font-family: "Averta Std CY";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
