
div.Page-Step2 span[id*="monthlyoldprice"] {
    color: #6D6D6D;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.4px;
    text-align: left;    
    position: relative;
    display: inline-block;
}
div.Page-Step2 span[id*="monthlyoldprice"]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px; 
  background-color: #6D6D6D; 
  transform: translateY(-50%) rotate(-15deg); 
  transform-origin: center;
  pointer-events: none; 
  pointer-events: none;
}