.ai-journey-sec {
  padding: 35px 0;
}

.ai-journey-sec .section-title {
  max-width: 1000px;
}

.ai-journey-list {
  max-width: 1000px;

  margin: 0 auto;
}

.ai-journey-list__item {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  flex-direction: column;

  position: relative;

  text-align: center;
}

.ai-journey-list__item .left-part {
  display: flex;

  align-items: center;

  width: 100%;

  flex-direction: column;

  margin-bottom: 20px;

  gap: 10px;
}

.ai-journey-list__item .right-part {
  width: 100%;
}

.ai-journey-list__img {
  width: 55px;

  height: 55px;

  display: block;

  min-width: 45px;
}

.ai-journey-list__item .left-part h3 {
  margin: 0;

  /* max-width: 220px; */

  margin-left: 10px;

  width: 100%;

  text-wrap: balance;

  font-family: var(--poppins);

  font-size: 20px;

  font-weight: 600;

  line-height: 1.5;
}

.ai-journey-list__img img {
  width: 100%;

  height: 100%;

  object-fit: contain;

  filter: brightness(0) saturate(100%) invert(27%) sepia(76%) saturate(4860%) hue-rotate(239deg) brightness(101%) contrast(97%);
}

.ai-journey-list__item:not(:last-child) {
  margin-bottom: 110px;
}

.ai-journey-list__item .left-part::before {
  position: absolute;

  content: "";

  width: 1px;

  height: 60px;

  border-left: 2px dashed var(--BlueTextColor);

  opacity: 0.5;

  right: 0;

  top: calc(100% + 20px);

  left: 0;

  right: 0;

  margin: 0 auto;
}

.ai-journey-list__item .left-part::after {
  position: absolute;

  content: "";

  width: 8px;

  height: 8px;

  border: 2px solid var(--BlueTextColor);

  transform: rotate(45deg);

  right: 0;

  top: calc(100% + 76px);

  opacity: 0.5;

  border-left: 0;

  border-top: 0;

  left: 0;

  margin: 0 auto;
}

.ai-journey-list__item:last-child .left-part::before,
.ai-journey-list__item:last-child .left-part::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .ai-journey-sec {
    padding: 50px 0;
  }

  .ai-journey-list__item {
    flex-direction: row;

    text-align: left;
  }

  .ai-journey-list__item .left-part {
    width: 40%;

    position: relative;

    margin-bottom: 0;

    flex-direction: row;

    gap: 0;
  }

  .ai-journey-list__item .right-part {
    width: 55%;

    margin-left: auto;
  }

  .ai-journey-list__item .left-part::before {
    top: 0;

    left: unset;

    margin: unset;

    height: calc(100% + 20px);

    right: 30px;
  }

  .ai-journey-list__item .left-part::after {
    right: 27px;

    top: calc(100% + 15px);

    margin: unset;

    left: unset;
  }

  .ai-journey-list__item:last-child .left-part::before,
  .ai-journey-list__item:last-child .left-part::after {
    display: unset;
  }

  .ai-journey-list__item:not(:last-child) {
    margin-bottom: 80px;
  }

  .ai-journey-list__img {
    width: 50px;

    height: 50px;

    min-width: 50px;
  }

  .ai-journey-list__item .left-part h3 {
    margin-left: 20px;

    max-width: 200px;
  }
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
  .ai-journey-list__img {
    width: 70px;

    height: 70px;

    min-width: 70px;
  }

  .ai-journey-list__item .left-part h3 {
    margin-left: 30px;

    font-size: 24px;

    max-width: 220px;
  }
}

@media screen and (min-width: 1400px) {
  .ai-journey-sec {
    padding: 75px 0;
  }
}
