.adhgFAQAccordion .accordion-item {
  border: none;
  background-color: transparent;
}
.adhgFAQAccordion .accordion-item:last-of-type {
  margin-bottom: 0px !important;
}
.adhgFAQAccordion .accordion-button {
  background-color: transparent;
  border: none;
  color: #374151;
    padding: 0rem 0.5rem;
    box-shadow: none;
    font-family:'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; 
}

.adhgFAQAccordion .accordion-button:not(.collapsed) {
  color: #212529;
  background-color: transparent;
  box-shadow: none;
}

.adhgFAQAccordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
  outline: 0;
}

.adhgFAQAccordion .accordion-button span.text-white{
  background-color: #E4B946;
  color: #fff;
  border-radius: 2px;
  min-width: 28px;
  height: 28px;
  width: 28px;
  text-align: center;
  margin-right:16px;
  font-size:14px;
}

.adhgFAQAccordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.adhgFAQAccordion .accordion-body {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0rem;
  color: #6c757d;
}
.adhgFAQAccordion .accordion-body p{
    margin:8px 0 0px;
}