.benifit#skill_training {
    padding-top: 10rem;
}

.benifit_text h3 {
    font-size: 1.8rem;
    font-family: var(--fontpoppins);
    font-weight: 700;
    margin-bottom: 2rem;
}

.benifit_text p {
    padding-bottom: 4rem;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 4rem;
}

.counting {
    position: relative;
}

.number {
    display: block;
    font-family: var(--fontpoppins);
    font-weight: 600;
    font-size: 6rem;
}

.counting small {
    color: #8886ff;
}

.counting:after {
    content: '';
    height: 100%;
    width: 1px;
    background: #8886ff;
    position: absolute;
    right: 0rem;
    top: 0;
}

.number span {
    color: var(--btnborderColor);
}

.benifit_img {
    position: unset;
}

.benifit_img figure {
    position: absolute;
    left: 0;
}

.counting:last-child::after {
    background: transparent;
}

.benifit_img img {
    max-width: 80%;
}


@media screen and (max-width: 1282px){
    .benifit_img figure {
        position: relative;
        left: -15%;
    }
    
    .benifit_img img {
        max-width: 100%;
    }

}

@media screen and (max-width: 600px){
    .number {
         font-size: 4rem;
    }
    .counting small {
        font-size: 1.3rem;
    }
}