.faqCards {
  margin-bottom: 1.5rem;
  box-shadow: 0 0 2em -0.9em #000000;
}
.faqCards .faqCards_left {
  background: url(../../../assets/faq-questionbg.png);
}
.faqCards .faqCards_left .faqCards_qus {
  color: #fff;
  padding: 1rem;
}
.faqCards .faqCards_left .faqCards_qus .ques {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--red-color);
}
.faqCards .faqCards_left .faqCards_qus .ques_detail {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-left: 1rem;
}
.faqCards .faqCards_right {
  padding: 1rem;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  min-height: 220px;
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .faqCards {
    flex-direction: column;
  }
  .faqCards .faqCards_left {
    width: 100%;
    justify-content: start !important;
  }
  .faqCards .faqCards_right {
    width: 100%;
    min-height: 0px;
  }
}/*# sourceMappingURL=faqCards.module.css.map */