.bg-noise::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  /* background-image: url('/public/img/noise.gif'); */
  background-repeat: repeat;
  background-position: center;
  z-index: -1;
}

.growth:after {
  border-style: solid;
  z-index: 0;
  position: absolute;
  border-left: 0;
  border-color: white;
  border-bottom: 0;
  background: transparent;
  border-top-width: 3rem;
  border-right-width: 3rem;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  content: '';
}

.shape-flame.bg-noise::before {
  opacity: 0.04;
}

.bg-noise.design::before {
  border-radius: 50%;
}

.bg-noise-inset::before {
  width: auto;
  height: auto;
  margin: 3rem;
}
