.wrapper {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  max-width: 95%;
}

.wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #00bcd4;
  z-index: 0;
}

.circle-container {
  position: relative;
  margin: 0 20px;
  max-width: 140px;
}

.circle-container:first-child {
  margin-left: 0 !important;
}

.circle-container:last-child {
  margin-right: 0 !important;
}

.circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: normal;
}

.circle-container-top,
.circle-container-bottom {
  display: flex;
  justify-content: space-between;
  line-height: normal;
}

.top-text_2, .top-text_3 {
  margin-left: 120px;
}
.bottom-text {
  margin-left: 80px;
}
.bottom-text_3 {
  margin-right: 125px;
}

@media (max-width: 992px) {
  .circle-text {
    font-size: 10px;
  }
  .top-text, .top-text_2,
  .top-text_3, .top-text_4, .bottom-text,
  .bottom-text_2, .bottom-text_3 {
    font-size: 12px;
  }

  .top-text_2 {
    margin-left: 120px;
    }

  .top-text_4 {
    margin-left: 40px;
  }

  .bottom-text {
      margin-left: 45px;
  }

  .bottom-text_3 {
      margin-right: 55px;
  }

  .wrapper {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .mob-overseas-edu-wrapper .text-col p {
    position: absolute;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
  }

  .text-step-1 {
    top: 30px;
    right: 110px;
  }
  .text-step-2 {
    top: 170px;
    left: 10px;
  }
  .text-step-3 {
    top: 300px;
    right: 65px;
  }
  .text-step-4 {
    top: 435px;
    left: 25px;
  }
  .text-step-5 {
    top: 565px;
    right: 75px;
  }
  .text-step-6 {
    top: 705px;
    left: 15px;
  }
  .text-step-7 {
    top: 830px;
    right: 0px;
  }

  .wrapper,
  .wrapper::before,
  .circle-container,
  .circle-container-top,
  .circle-container-bottom {
    display: none !important;
  }
}

@media (max-width: 567px) {
      .text-step-1 {
        right: 5px;
      }
      .text-step-2, .text-step-4 {
        left: 0px;
        width: 116px;
      }
      .text-step-3 {
        right: 0px;
        top: 275px;
        width: 115px;
      }
      .text-step-5 {
        right: 0px;
        width: 112px;
        top: 550px;
      }
      .text-step-6 {
        left: 0px;
        width: 100px;
      }
      .text-step-7 {
        right: 0px;
        width: 115px;
        top: 809px;
      }

}

