
html body section.pricingBreakdownSection .pricingBreakGrid{
  margin-top:30px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
@media(max-width:760px){
  html body section.pricingBreakdownSection .pricingBreakGrid{
    margin-top:22px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}
