/* .faq_section {
  width: 85%;
  margin: 20px auto;
}
.faq_section .faq-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  font-family: Roboto;
  padding-left: 20px;
}

.faq_section .back_text {
  font-size: 13px;
}

.faq_section .faq-box {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 10px 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.faq_section .faq_head {
  font-size: 36px;
  font-weight: 900;
  color: #202020;
  margin-bottom: 30px;
}

.faq_section .faq-item {
  padding: 15px 20px;
}

.faq_section .faq-question {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  font-family: Roboto;
}

.faq_section .faq-answer {
  margin-top: 10px;
  font-size: 14px;
  color: #202020;
  font-family: "Roboto";
}
.faq_section .divider {
  height: 1px;
  background: #d0d0d0;
  margin-top: 15px;
}

.faq_section .faq-question .icon {
  font-size: 14px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .faq_section .faq_head {
    font-size: 24px;
  }
  .faq_section .back_text {
    font-size: 12px;
}
.faq_section .faq-title {
    font-size: 16px;
}

.faq_section .faq-question {
    font-size: 14px;
    
}
} *//* ================= FAQ SECTION ================= */

.faq_section {
  width: 85%;
  margin: 20px auto;
}

/* Section Title (General Questions etc.) */
.faq_section .faq-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  font-family: Roboto, sans-serif;
  padding-left: 20px;
}

/* Back text */
.faq_section .back_text {
  font-size: 13px;
}

 .faq_section .faq_holder .outer_accordion_item {
   border-radius: 5px;
   padding: 20px;
   margin-bottom: 3%;
   background: #f5f5f5 0% 0% no-repeat padding-box;
   box-shadow: 0px 3px 6px #00000029;
   opacity: 1;
 }

 .faq_section .faq_holder .inner_accordion_holder .inner_accordion_item {
   box-shadow: none;
   background: transparent;
   border-radius: 0;
   border: none;
   border-bottom: 1px solid #ddd;
 }

 .faq_section .faq_holder h6 {
   text-align: left;
   font-size: 18px;
   font-weight: 800;
   color: #000;
   opacity: 1;
 }

 .faq_section .faq_holder .inner_accordion_holder .inner_accordion_item .accordion-button {
   text-align: left;
   font-size: 14px;
   font-weight: 800;
   color: #000;
   background: transparent;
 }

 .faq_section .faq_holder .inner_accordion_holder .inner_accordion_item .accordion-button:focus {
   z-index: 3;
   border-color: var(--bs-accordion-btn-focus-border-color);
   outline: 0;
   box-shadow: none;
 }

 .faq_section .faq_holder .inner_accordion_holder .inner_accordion_item .accordion-button:not(.collapsed) {
   background-color: transparent;
   box-shadow: none;
   font-size: 14px;
   font-weight: 800;
   color: #000;
 }

 .accordion-button::after {
   filter: brightness(0) saturate(100%);
 }

 .faq_section .faq_holder .inner_accordion_holder .inner_accordion_item .accordion-body {
   text-align: left;
   font-size: 14px;
   font-weight: 500;
   color: #000;
 }


 @media (min-width: 0px) and (max-width: 575px) {

   .faq_section .faq_holder h6 {
     font-size: 16px;
   }
.faq_section {
    width: 100%;
    margin: 20px auto;
}
   .faq_section .heading_text {
     margin-bottom: 30px;
     font-size: 20px;
   }

   .faq_section .faq_holder .inner_accordion_holder .inner_accordion_item .accordion-button:not(.collapsed),
   .faq_section .faq_holder .inner_accordion_holder .inner_accordion_item .accordion-body {
     padding: 10px;
     font-size: 13px;
   }
 }