h3::before {
  display: inline-block;
  height: 4vh;
  width: 4vh;
  padding: 0;
  margin: -.5vh 1vw -1vh 0;
  content: " ";
  background-image: url("../images/icon.png");
  background-size: cover; }