.faq_1 {
  background: linear-gradient(108.3deg, #70e8bd 23.49%, #66dbb1 76.7%);
  -webkit-box-shadow: inset 5px -4px 10px #53d2bb;
          box-shadow: inset 5px -4px 10px #53d2bb;
}

.faq_2 {
  background: linear-gradient(108.3deg, #4ce0e9 23.49%, #41d9e2 76.7%);
  -webkit-box-shadow: inset 5px -4px 10px #31c7d0;
          box-shadow: inset 5px -4px 10px #31c7d0;
}

.faq_3 {
  background: linear-gradient(102.25deg, #ef81dd 29.31%, #eb76d8 82.56%);
  -webkit-box-shadow: inset 4px -3px 6px #e375d1;
          box-shadow: inset 4px -3px 6px #e375d1;
}

.faq_4 {
  background: linear-gradient(108.3deg, #5c72e8 23.49%, #5068e2 76.7%);
  -webkit-box-shadow: inset 5px -4px 10px #4a60d5;
          box-shadow: inset 5px -4px 10px #4a60d5;
}

.faq_5 {
  background: linear-gradient(108.3deg, #5a88ff 23.49%, #5081ff 76.7%);
  -webkit-box-shadow: inset 5px -4px 10px #4276fb;
          box-shadow: inset 5px -4px 10px #4276fb;
}

.faq_6 {
  background: linear-gradient(108.3deg, #7fc2ff 23.49%, #75bdff 76.7%);
  -webkit-box-shadow: inset 5px -4px 10px #6bb8fe;
          box-shadow: inset 5px -4px 10px #6bb8fe;
}

.faq_single_item {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.faq_single_item .number_faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
  color: #fff;
  cursor: pointer;
}

.faq_single_item .number_faq > p {
  padding: 10px;
  max-height: 30px;
  min-height: 30px;
  max-width: 30px;
  min-width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.faq_single_item .faq_qn_ans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.faq_single_item .faq_qn_ans > h4 {
  color: #333;
  cursor: pointer;
}

.faq_single_item .faq_qn_ans .answer_faq {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  max-height: 300px;
  opacity: 1;
}

.faq_single_item .faq_qn_ans .answer_faq > p {
  color: #555;
  margin: 10px 0;
}

.faq_single_item .faq_qn_ans .hide_faq_ans {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  max-height: 0px;
  opacity: 0;
  pointer-events: none;
}

.all_faqs_section {
  background: #fffcfc;
  padding: 30px 0;
  padding-bottom: 40px;
}

.all_faqs_section > h2 {
  color: #c874fa;
  text-align: center;
  font-size: 28px;
  margin-bottom: 80px;
  margin-top: 50px;
}

@media (max-width: 959px) {
  .all_faqs_section > h2 {
    font-size: 24px;
    padding: 0 20px;
    margin-bottom: 50px;
    margin-top: 0;
  }
}
/*# sourceMappingURL=faq.css.map */