.twelve-charging-wrapper{
    background-color: black;
    margin: 0 auto;
    padding: 15% 10% 0;

}
.twelve-charging-content{
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: center;
}
    .twelve-charging-content .chargingText{
    position: absolute;
    left: 0%;
    top: 0%;
}
.twelve-charging-content .chargingText p{
    color: white;
}
.twelve-charging-content .chargingText .ctTitle{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 121.69%;
    color: #FFFFFF;
    inline-size: 290px;
    overflow-wrap: break-word; 
    padding: 0px 0px 20px 0px;
}
.twelve-charging-content .chargingText .ctDesc{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 121.69%;
    color: #A5A5A5;
    inline-size: 207px;
    overflow-wrap: break-word;
    padding: 20px 0px 0px 0px;
}
.twelve-charging-content .chargingSpecification {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: -5%;
    bottom: 43px;
    padding: 10px;
}
.twelve-charging-content .chargingSpecification .chargingSpecificationItem{

    padding: 0px 0px 20px 0px;
}
.twelve-charging-content .chargingSpecification .chargingSpecificationItem .chargingSpecificationItemTitle{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 121.69%;
    color: #7C55FE;
    padding: 0px 0px 10px 0px;
}
.twelve-charging-content .chargingSpecification .chargingSpecificationItem .chargingSpecificationItemDesc{
   font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 121.69%;
    color: #A5A5A5;
    inline-size: 200px;
    overflow-wrap: break-word;
}
.twelve-charging-content .chargingImage img{
    width: 100%;
}
@media only screen and (max-width: 1670px){
    .twelve-charging-content{
    display: flex;
    flex-direction: column;
    position: relative;
}
}
@media only screen and (max-width: 1360px){
        .twelve-charging-content .chargingText{
    position: static;
}
.twelve-charging-content .chargingSpecification {
    position: static;
}
}
@media only screen and (max-width: 650px){
    .twelve-charging-content .chargingSpecification .chargingSpecificationItem .chargingSpecificationItemTitle{
    font-size: 20px;
    line-height: 121.69%;
    color: #7C55FE;
    padding: 0px 0px 10px 0px;
}
}
@media only screen and (max-width: 570px){
    .twelve-charging-content .chargingSpecification {
    position: static;
}
}
