@media screen and (max-width: 991px) {
  .shapr-career-hscroll-3__top-wrapper::before {
    content: "";
    position: absolute;
    left: -18px;
    width: 3px;
    height: 3px;
    transform: rotate(45deg);
    background-color: rgba(0, 0, 0, 0.2);
  }
}
