.row .col-md-7 .row .column .line-ro::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  right: 50%;
  top: 41px;
  background-color: #f4b94b;
  border-radius: 10px;
}

.section .container .row .column .line-l::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  right: 46%;
  top: 96px;
  background-color: #f4b94b;
  border-radius: 10px;
}

.section .container .row .column .line-h::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  right: 46%;
  top: 96px;
  background-color: #f4b94b;
  border-radius: 10px;
}
