.faq-q-text {
  margin-top: 0px;
  color: #221f1f;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  text-align: left;
}

.h-div {
  width: 50px;
  height: 2px;
  border-radius: 100px;
  background-color: #583bb5;
}

.container-6 {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
}

.container-6.faq-container {
  max-width: 80%;
  padding-top: 60px;
  padding-bottom: 40px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(45, 62, 80, 0.06);
}

.faq-answer-2 {
  overflow: hidden;
  margin-bottom: 12px;
  padding-left: 45px;
  border-bottom: 1px solid rgba(193, 191, 189, 0.4);
  color: #221f1f;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}

.faq-section {
  position: relative;
  padding-top: 10%;
  padding-bottom: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.6);
}

.bold-text-7 {
  font-weight: 600;
}

.faq-plus {
  width: 30px;
  height: 5px;
  border-radius: 0px;
  background-color: #30ac51;
}

.faq-plus-l {
  position: absolute;
  width: 5px;
  height: 20px;
  border-radius: 0px;
  background-color: #30ac51;
}

.h2-2 {
  margin-bottom: 20px;
  color: #221f1f;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.bold-text-2 {
  font-weight: 600;
  text-align: left;
}

.faq-plus-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-answer-text {
  width: 100%;
  margin-bottom: 40px;
  color: #1d1c1c;
  font-size: 1em;
}

.h2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2-wrapper.faq-h2-wrap {
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .faq-q-text {
    font-size: 18px;
  }
  .container-6.faq-container {
    max-width: 700px;
  }
  .faq-section {
    padding-top: 15%;
    padding-bottom: 70px;
  }
  .h2-2 {
    font-size: 24px;
  }
  .faq-answer-text {
    width: 100%;
  }
  .h2-wrapper {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .h-div {
    background-color: #583bb5;
  }
  .container-6.faq-container {
    width: 90%;
  }
  .faq-answer-2 {
    padding-left: 40px;
  }
  .faq-section {
    padding-top: 18%;
  }
  .faq-plus-l {
    background-color: #30ac51;
  }
  .h2-2 {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 44px;
  }
  .h2-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 479px) {
  .container-6.faq-container {
    padding: 40px 3vw 15px;
  }
  .faq-wrap {
    padding-top: 0px;
  }
  .faq-answer-2 {
    margin-top: 30px;
    margin-bottom: 60px;
    padding-left: 40px;
  }
  .faq-question {
    margin-top: 0px;
    padding-bottom: 5px;
  }
  .faq-section {
    padding-top: 23%;
  }
  .h2-2 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
  }
  .faq-answer-text {
    margin-bottom: 20px;
  }
  .h2-wrapper {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
}