.term-price {
  color: #4b241b;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 10px 0 0 0;
  white-space: nowrap;
}
.term-price-note {
  font-size: 1rem;
  margin: 0 0 10px;
  color: #4b241b;
}
.original-price {
  text-decoration: line-through;
  font-size: 0.85em;
  font-weight: 400;
  color: #4b241b;
  margin-left: 8px;
}

