a.quest {
  border: solid 1px #333;
  padding: 16px 52px;
  text-align: center;
  position: relative;
}
a.quest ::after {
  content: "";
  width: 40px;
  border-top: solid 1px;
  position: absolute;
  right: 0;
  top: 50%;
}