/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./app/faq/style.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.banner-section {
  background-image: url("/../assets/images/img/about-banner-image.jpg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
}
.main-heading {
  height: 300px;
}
.banner-section h1 {
  color: #fff;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
}
.faqContent {
    background: rgba(242, 242, 242, 1);
    padding: 65px 0;
}
.faqContent h2 {
    font-weight: Bold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0px;
    color: rgba(3, 9, 52, 1) !important;
    margin-bottom: 40px;
}
.faqContent h2 button.accordion-button {
    font-size: 20px;
    font-weight: 600;
    box-shadow: none;
}
.faqContent .accordion-item h2.accordion-header {
    margin-bottom: 0px;
    line-height: 100%;
}
.faqContent .accordion-body {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    padding-top: 0;
}
.faqContent .accordion-item .accordion-button:not(.collapsed) {
    background: #ffffff;
    color: rgba(0, 0, 0, 1);
}

@media only screen and (max-width: 767px) {
    .faqContent {
        padding: 30px 0;
    }
    .banner-section h1 {
        font-size: 35px;
    }
    .faqContent h2 button.accordion-button {
        font-size: 16px;
        line-height: 125%;
    }
}
