.promotion-type-tooltip:after {
  content: ' ';
  background-image: url(../images/question-mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}
