.why-us .wu-icon-text {
  margin-bottom: 60px;
}
.why-us .wu-icon-text .wu-each {
  display: flex;
  gap: 28px;
}
.why-us .wu-icon-text .wu-each:not(:last-child) {
  margin-bottom: 60px;
}
.why-us .wu-icon-text .wu-each h3 {
  font-size: 18px;
  line-height: 28px;
}
.why-us .wu-icon-text.wu-second-icon {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .why-us .section-title {
    max-width: 516px;
  }
  .why-us .section-title p {
    max-width: unset;
  }
  .why-us .wu-icon-text .wu-each:not(:last-child) {
    margin-bottom: 40px;
  }
  .why-us .wu-icon-text .wu-each h3 {
    font-size: 24px;
    line-height: 29px;
  }
}