.line-rt svg {
  width: 90px;
  height: 40px;
 transform: rotate(-180deg);
    position: relative;
    top: 25px;
    left: -200px;
}

.line-rt path {
  stroke: #000;
  stroke-width: 2px;
  stroke-linecap: round;
  fill: none;
}