.tablet_plan_price_wrapper .tablet_plan_price{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tablet_plan_price_wrapper .tablet_plan_price_flexbox{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tablet_plan_price_wrapper .tablet_text_wrapper{
  text-align:center;
}
.tablet_plan_price_wrapper .tablet_text_wrapper p{
  padding: 3px 20px;
  display: inline-block;
  border: 1px solid #333
}
