.why-cion-change-life {
  display: flex;
  flex-direction: column;
  position: relative;
}

.why-cion-change-life > img {
  position: absolute;
  height: 6.06rem;
}
.why-cion-change-life > img:nth-child(1) {
  top: 6rem;
  left: -1.5rem;
  height: 2.46rem;
  width: 5rem;
}

.why-cion-change-life > img:nth-child(2) {
  top: 9.3rem;
  right: -0.8rem;
  height: 6.31rem;
}
.why-cion-change-life > img:nth-child(3) {
  top: 14.3rem;
  left: -2.2rem;
  height: 6.27rem;
}
.why-cion-change-life__text-section {
  display: flex;
  flex-direction: column;
}
.why-cion-change-life__text-box {
  margin-top: 1.1rem;
  width: 13rem;
}

.why-cion-change-life__text-box:first-child > img {
  left: 0;
  height: 6.06rem;
  border: 1px solid red;
}

.why-cion-change-life__text-title {
  font-size: var(--co-font-3);
  font-weight: 400;
}

.why-cion-change-life__text-title > span {
  font-size: var(--co-font-3);
  color: rgba(212, 127, 161, 1);
  font-weight: 700;
}

.why-cion-change-life__text-box > p {
  font-size: var(--co-font-2);
  font-weight: 400;
  line-height: 0.6rem;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .why-cion-change-life > img:nth-child(1) {
    top: 5rem;
    left: -2.2rem;
    height: 4.783rem;
    width: 8.55rem;
  }
  .why-cion-change-life__text-box {
    width: 18.8rem;
    position: relative;
    right: 5rem;
  }
  .why-cion-change-life__text-box:nth-child(2) {
    margin-left: 7.5rem;
  }
  .why-cion-change-life__text-box > p {
    font-size: 0.62rem;
    line-height: 0.84rem;
  }
  .why-cion-change-life > img:nth-child(2) {
    top: 7.5rem;
    right: -3.2rem;
    width: 9.4rem;
    height: 9.28rem;
  }

  .our-surgery-1 {
    margin-top: 3.5rem;
  }

  .why-cion-change-life > img:nth-child(3) {
    left: -3.4rem;
    height: 9.67rem;
    width: 8.3rem;
    top: 12.3rem;
  }
}
