.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: -.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: 600;
    line-height: .6rem;
    text-transform: capitalize;
}
