.wd-step {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wd-step-cont {
  max-width: 1440px;
  width: 100%;
  padding: 60px 140px 102px 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wd-step-title {
  max-width: 650px;
  color: #3f3a36;
  text-align: center;
  font-family: "Averta Std CY";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wd-step-subtitle {
  margin-top: 10px;
  max-width: 590px;
  color: #3f3a36;
  text-align: center;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wd-step-items {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 23px;
}
.wd-step-item {
  flex: 1;
}
.wd-step-item-title {
  color: #3f3a36;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.wd-step-item-subtitle {
  margin-top: 10px;
  color: #3f3a36;
  font-family: "Averta Std CY";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .wd-step-cont {
    padding: 40px 44px;
  }
  .wd-step-title {
    color: #3f3a36;
    text-align: center;
    font-family: "Averta Std CY";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wd-step-subtitle {
    color: #3f3a36;
    text-align: center;
    font-family: "Averta Std CY";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wd-step-items {
    flex-direction: column;
  }
  .wd-step-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
  }
  .wd-step-item-title {
    color: #3f3a36;
    text-align: center;
    font-family: "Averta Std CY";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  }
  .wd-step-item-subtitle {
    color: #3f3a36;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
