.wrapFaq {
  background-color: #E6D1D1;
  max-width: 100%;
  margin: 0 auto;
  min-height: 768px;
  padding-bottom: 60px;
}

.wrapFaqContent {
  width: 80%;
  margin: 0 auto;
}

.faqH2 {
  margin: initial;
  padding: 35px 0 25px;
  text-align: center;
  color: #333333;
  font-size: 2em;
}

.faqPar {
  font-size: 1.5em;
  text-align: left;
}

.facQuestion {
  position: relative;
  padding: 15px 0;
}

.facQuestionSpan {
  display: inline-block;
  border: 2px solid #F1F3F4;
  color: green;
  font-size: 2em;
  position: absolute;
  right: 25px;
  top: 10px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
}
.facQuestionSpan span {
  position: absolute;
  outline: 1px solid green;
  top: 19px;
  left: 13px;
  width: 10px;
}

.faqAnswer {
  line-height: 1.6em;
  font-family: "Raleway", sans-serif;
  padding: 0 0 0 20px;
  display: block;
  align-items: center;
  max-width: 100%;
  height: 0px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  overflow: hidden;
  transition: height 1s, padding 1s;
  vertical-align: center;
  background: linear-gradient(0deg, rgb(230, 209, 209) 0%, rgb(242, 233, 233) 11%, rgb(242, 234, 234) 50%, rgb(242, 233, 233) 89%, rgb(230, 209, 209) 100%);
}

.faqAnswerOpen {
  padding: 25px 20px;
  height: auto;
}

.faqInnerLi {
  padding: 0 10px;
  list-style-type: none;
}

.facQuestionSpanVerticalPlus {
  transition: transform 1s;
}

.openSpan {
  transform: rotate(90deg);
}

/*# sourceMappingURL=faq.css.map */