.mainFooter .viability p img {
  position: relative;
}

.mainFooter .viability p:before {
  content: "";
  display: block;
  width: 100vw;
  top:36%;
  bottom: -.5rem;
  left: -5%;
  background-color: rgba(47, 117, 9, 0.5);
  position: absolute;
}

@media screen and (min-width: 960px) {
  .mainFooter .viability p:before {
    left: -25vw;
    top:38%;
  }
}

@media screen and (min-width: 1200px) {
  .mainFooter .viability p:before {
    left: -24vw;
  }
}
/*# sourceMappingURL=product.css.map */