.note li {
  color: #e3d5d5;
  font-size:14px;
}
.note ul {
  border: solid 2px #ffb03f;
  padding: 0.5em;
  position: relative;
  margin-top: 2em;
}
.note ul li {
  line-height: 1.0;
  padding: 0.5em 0 0.5em 1.8em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}
.note ul li:last-of-type {
  border-bottom: none;
}
.note ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  position: absolute;
  left : 0.5em;
  color: #ffb03f;
}
.note ul li:after {
  background: #ffb03f;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 6px 7px;
  content: "information";
  letter-spacing: 0.05em;
}