.etapes__list {
  text-align: center;
  row-gap: 15px !important;
}

.etapes__step {
  border-bottom: 1px solid var(--main-color-2);
  margin-top: 0;
  padding: 0px 24px 0;
  position: relative;

  * {
    color: var(--dark);
  }
}

/* .etapes__step::after {
  background: var(--main-color-2);
  border-radius: 100%;
  content: "";
  height: 16px;
  left: calc(50% - 8px);
  position: absolute;
  top: -10px;
  width: 16px;
} */