/*Separator line between step icons*/
.supporting-image {
  position: relative;
  z-index: 1;
}
.supporting-image img {
  display: block;
}
.supporting-image:before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: 50%;
  height: 9rem;
  background-color: #FFB81C;
  z-index: -1;
}
.supporting-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 56px 31px;
  border-color: transparent transparent #fff transparent;
}
/*# sourceMappingURL=instance-traditional.css.map */
