#fj_isolate #jobTplContainer {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
#fj_isolate .headline {
  position: relative;
}
#fj_isolate .headline::before {
  width: 187px;
  border-bottom: 10px solid #d10074;
  line-height: 0;
  height: 0;
}
#fj_isolate .headline::after {
  right: calc(100% - 192px);
  border-style: solid;
  border-width: 10px 4px 0 0;
  border-color: #d10074 transparent transparent;
  width: 6px;
}
#fj_isolate .headline::after,
#fj_isolate .headline::before {
  content: "";
  display: block;
  line-height: 0;
  height: 0;
  position: absolute;
  z-index: 5;
  bottom: -30px;
}
