.twelve-pro-enjoy-charging-wrapper{
    padding: 2% 15% 1%;
    color: #FFFFFF;
    
}
.twelve-pro-enjoy-charging-items{
    display: flex;
    flex-direction: row;
}
.twelve-pro-enjoy-charging-text h1{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 121.69%;
    color: #FFFFFF;
    inline-size: 130px;
    overflow-wrap: break-word;
    margin-right: 50px;
}
.twelve-pro-enjoy-charging-items .item h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 121.69%;
    color: #FFFFFF;
}
.twelve-pro-enjoy-charging-items .item p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 121.69%;
    color: #A5A5A5;
    inline-size: 66px;
    overflow-wrap: break-word;
}
.twelve-pro-enjoy-charging-items .item{
    padding: 10px;
    text-align: center;
}
.twelve-pro-enjoy-charging-items .item img{
    height: 41px;
    margin-bottom: 7px;
}
.enjoy-charging-content{
    background-color:#141515;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    padding: 8% 5%;
}
@media only screen and (max-width: 1600px){
    .enjoy-charging-content{
        display: flex;
        flex-direction: column;
        /* padding: 78px 85px 39px 42px; */
        
    }
    .twelve-pro-enjoy-charging-text h1{
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
        inline-size: auto;
    overflow-wrap: break-word;
    }
    .twelve-pro-enjoy-charging-items{
        display: flex;
        flex-direction: row;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1580px){
    .twelve-pro-enjoy-charging-wrapper {
    padding: 2% 10% 1%;
}
}
@media only screen and (max-width: 1080px){
    .twelve-pro-enjoy-charging-wrapper {
    padding: 15% 15% 1%;
}
}
@media only screen and (max-width: 726px){
    .twelve-pro-enjoy-charging-wrapper{
    padding: 15% 10% 1%;  
}
}
@media only screen and (max-width: 600px){
    .twelve-pro-enjoy-charging-items {
        display: flex;
        flex-direction: column;
    }
}