.faq-box {
  position: relative;
  overflow: hidden;
}
.faq-box::after {
  position: absolute;
  top: 0;
  left: -150px;
  z-index: -1;
  content: "";
  width: 110px;
  height: 110px;
  -webkit-box-shadow: 30px 0px 40px rgb(0, 0, 0);
          box-shadow: 30px 0px 40px rgb(0, 0, 0);
  border-radius: 300px;
}
.faq-box .arrow {
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  width: 95%;
  text-align: left;
  margin-top: 32px;
  margin-top: 2rem;
  background: #3C993C;
}
.faq-box .arrow h3 {
  color: #FFF;
  font-size: 25.6px;
  font-size: 1.6rem;
  padding: 0.2em 0 0.2em 2em;
  text-indent: -1em;
  font-weight: 400;
  margin: 1em 0;
}
.faq-box .arrow::before {
  left: 100%;
  content: "";
  height: 100%;
  width: 20px;
  display: inline-block;
  position: absolute;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #3C993C)) no-repeat top left/100% 51%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #3C993C)) no-repeat bottom right/100% 51%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #3C993C 50.5%) no-repeat top left/100% 51%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #3C993C 50.5%) no-repeat bottom right/100% 51%;
}
.faq-box h4 {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #336600;
  text-indent: -3em;
  padding-left: 3em;
}
.faq-box a {
  color: #336600;
  font-weight: bold;
}
.faq-box a i {
  margin-right: 0.3em;
}
/*# sourceMappingURL=maps/faq.css.map */
