#main {
    overflow: hidden;

}
.text_holder {
  font-weight: 400 !important;
  font-family: "MyMyriadProRegular", sans-serif;
}
.text_holder h1 {
    font-weight: 400 !important;
    font-family: "MyMyriadProRegular", sans-serif;
  }
.charger_U5000_one .main_text {
  text-shadow: unset;
}
.charger_U5000_one .main_text .text_holder {
  color: #c0ff00;
}
.charger_U5000_two .main_text .text_holder {
  color: #c0ff00;
  text-align: start;
}
.charger_U5000_three .main_text .text_holder {
  text-align: center;
  color: #2b2b2b;
}
.charger_U5000_three .main_text .text_holder h1 {
  color: #2b2b2b;
}
.charger_U5000_four .main_text .text_holder {
  text-align: start;
  color: #c0ff00;
  padding-left: 10%;
}
.charger_U5000_five .main_text .text_holder {
  color: #c0ff00;
}
.charger_U5000_five .main_text .text_holder h1 {
  color: #c0ff00;
}
@media only screen and (max-width:720px),(max-width:760px), (max-width:960px){ 
    .text_holder {
        text-align: center !important;
    }
    .charger_U5000_one .main_text {
        background-color: #929bac;
    }
    .charger_U5000_two .main_text {
        background-color: #0d0d0d;
    }
    .charger_U5000_three .main_text {
        background-color: #aaafb2;
    }
    .charger_U5000_four .main_text {
        background-color: #27252a;
    }
    .charger_U5000_five .main_text {
        background-color: #929bac;
    }
    
}
