
/* ---------------- */
.me-reverse-area {
  padding: 55px 0 125px;
}

/* Main CSS */
.h2o-step {
  width: 50%;
}
.h2o-steps li{
  list-style: none;
}
.step-wrapper {
  position: relative;
  height: 256px;
  padding: 44px 50px 44px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.step-wrapper::before {
  position: absolute;
  content: "";
  border: 4px solid;
}

.step-01 .step-wrapper::before {
  display: none;
}

.step-02 .step-wrapper::before {
  left: 49.9%;
  transform: translateX(-50%);
  top: -4px;
  border-color: #00d901 transparent transparent transparent;
}

.step-03 .step-wrapper::before,
.step-05 .step-wrapper::before {
  top: 49.5%;
  transform: translateY(-50%);
  right: -5px;
  border-color: transparent #00d901 transparent transparent;
}

.step-04 .step-wrapper::before,
.step-06 .step-wrapper::before {
  top: 49.5%;
  transform: translateY(-50%);
  left: -5px;
  border-color: transparent transparent transparent #00d901;
}

.step-wrapper::after {
  content: "";
  position: absolute;
  height: 128px;
  width: calc(50% + 140px);
  border: 2px dashed;
  opacity: 0.5;
}

.step-01 .step-wrapper::after {
  border-color: #00d901 #00d901 transparent transparent;
  right: calc(-140px - 50%);
  top: 50%;
  border-radius: 0 80px 0 0;
}

.step-02 .step-wrapper::after,
.step-04 .step-wrapper::after {
  border-color: transparent #00d901 #00d901 transparent;
  right: 50%;
  top: 100%;
  border-radius: 0 0 80px 0;
}

.step-03 .step-wrapper::after,
.step-05 .step-wrapper::after {
  border-color: transparent #00d901 #00d901 transparent;
  left: 50%;
  top: 100%;
  border-radius: 0 0 80px 0;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.step-06 .step-wrapper::after {
  display: none;
}

.h2o-step.left {
  padding-right: 70px;
}

.h2o-step.right {
  margin-left: auto;
  padding-left: 70px;
}

.h2o-step__no {
  text-align: center;
  margin-bottom: 24px;
  font-size: 42px;
  font-weight: 700;
  /* color: white;
  background-color: transparent;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000; */
  color: transparent;
  -webkit-text-stroke: 1px #00d901;
  -webkit-text-fill-color: transparent;
}

.h2o-step__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #212121;
}

@media (max-width: 992px) {
  .step-wrapper {
    padding: 35px;
  }

  .h2o-step.left {
    padding-right: 30px;
  }

  .h2o-step.right {
    padding-left: 30px;
  }

  .step-wrapper::after {
    width: calc(50% + 100px);
  }

  .step-01 .step-wrapper::after {
    right: calc(-100px - 50%);
  }
}

@media (max-width: 767px) {
  .step-wrapper {
    padding: 20px;
  }

  .h2o-step.left {
    padding-right: 20px;
  }

  .h2o-step.right {
    padding-left: 20px;
  }

  .step-wrapper .h2o-step__no {
    margin-bottom: 10px;
  }

  .step-wrapper::after {
    width: calc(50% + 70px);
  }

  .step-01 .step-wrapper::after {
    right: calc(-70px - 50%);
  }
}

@media (max-width: 575px) {
  .h2o-step {
    width: 100%;
    margin-bottom: 40px;
  }

  .step-wrapper {
    padding: 40px 15px;
  }

  .h2o-step.left {
    padding: 0;
  }

  .h2o-step.right {
    padding: 0;
  }

  .step-wrapper .h2o-step__no {
    margin-bottom: 24px;
  }

  .h2o-step .step-wrapper::after {
    top: 100%;
    left: 50.3%;
    transform: translateX(-50%);
    height: 60px;
    width: 0;
    border: 2px dashed;
    border-color: transparent transparent transparent #00d901;
    border-radius: 0;
  }

  .h2o-step .step-wrapper::before {
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    border-color: #00d901 transparent transparent transparent;
  }

  .h2o-step__title {
    font-size: 16px;
  }
}
