[class*="bw-icon-"] {
  display: block;
  margin: 0 .2em;
  font-size: 1em;
  width: fit-content;
  height: fit-content;
}

[class*="bw-icon-"]:before {
  content: '';
  display: block;
  width: 2em;
  height: 2em;
  line-height: 1;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
}

.bw-icon-maintance {
  background: url('svg/BW-maintance-icon.svg') no-repeat center center;
}