.warning-box--title:before {
  content: "\f06a";
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  width: 30px;
  height: 100%;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 30px;
  text-align: center;
}

.warning-box--title {
  font-weight: bold;
  font-size: 18px;
  padding-left: 40px;
}
