.IMPORTANT {
  content: url('../img/IMP.svg');
  position: absolute;
  top: 10px;
  right: 5px;
  float: right;
  width: 90px;
  height: auto;
}
.RECAP {
  content: url('../img/PREV.svg');
  position: absolute;
  top: 10px;
  right: 5px;
  float: right;
  width: 90px;
  height: auto;
}