.bookmark, .flag {
  position: relative;
  padding-left: 2em;
}

.bookmark:before, .flag:before {
  content: '';
  position: absolute;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0.22222em;
  left: 0;
}

.bookmark:before {
  width: 1.38889em;
  height: 1.77778em;
  background-image: url(/assets/img/new-design/icons/icon_4.png);
}

.flag:before {
  width: 1.77778em;
  height: 2em;
  background-image: url(/assets/img/new-design/icons/icon_8.png);
}
