.why-cion-change-life {
  display: flex;
  flex-direction: column;
  position: relative;
}

.why-cion-change-life > .title br {
    display: none
    ;
}

.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;
}
@media screen and (min-width: 768px) {
  .why-cion-change-life > img:nth-child(1) {
    top: 4.5rem;
    left: -2.5rem;
    height: 4.52rem;
    width: 10.54rem;
  }
}

.why-cion-change-life > img:nth-child(2) {
  top: 9.3rem;
  right: -0.8rem;
  height: 6.31rem;
}
@media screen and (min-width: 768px) {
  .why-cion-change-life > img:nth-child(2) {
    top: 8rem;
    right: -3rem;
    width: 8.5rem;
    height: 8rem;
  }
}
.why-cion-change-life > img:nth-child(3) {
  top: 16rem;
  left: -2.2rem;
  height: 6.27rem;
}
@media screen and (min-width: 768px) {
  .why-cion-change-life > img:nth-child(3) {
    top: 12rem;
    left: -4rem;
    height: 9rem;
    width: 8.301rem;
  }
}

.why-cion-change-life__text-section {
  display: flex;
  flex-direction: column;
}
.why-cion-change-life__text-box {
  margin-top: 1.1rem;
  width: 13rem;
}

@media screen and (min-width: 768px) {
  .why-cion-change-life__text-box {
    width: 18.83rem;
  }
}

.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: 600;
  line-height: 0.6rem;
  /* text-transform: capitalize; */
  
}

@media screen and (min-width: 768px) {
  .why-cion-change-life__text-box > p {
    font-size: var(--co-font-big-33);
    font-weight: 400;
  }

  .why-cion-change-life__text-box > p > br {
    display: none;
  }
}
