.section-charging .caption-headphone{
    transform: translate(187px,-25px);
}

@media (max-width:1068px){
    .section-charging .caption-headphone {
        transform: translate(92px,-15px);
    }
}

@media (max-width:734px){
    .section-charging .caption-headphone {
        transform: translate(33px,-22px);
    }
}
