.take_our_quiz_question--header {
  position: absolute;
  top: 50%;
  left: -99%;
  transform: translateY(-50%);
  text-wrap: nowrap;
  font-size: 14px;
}

@media screen and (max-width: 1268px) {
  .take_our_quiz_question--header {
    top: -6px;
    left: 4px;
  }
}