.tiered-pricing-breakdown table {
  width: 100%;
  text-align: center;
}
.tiered-pricing-breakdown table thead {
  background: #ebeded;
  color: #232323;
}

.tiered-pricing-breakdown td.discount {
  color: var(--color-red);
}
