#faq {
  background-color: #110b37;
}

.faq-header {
  /* border: solid red; */
  margin: 20px 0;
  border-bottom: solid 1px rgba(192, 192, 192, 0.25);
}

#faq .links a:not(.Dropdown-header > .links a) {
  display: block;
  color: #cecece;
  padding: 5% 20px;
  font-weight: 600;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 18px rgba(0, 0, 0, 0.689);
}

#faq .links a:hover {
    color: white;
}


.faq-banner {
  /* margin-top: 94px; */
  height: 380px;
  width: 100%;
  border-bottom: solid rgb(36, 17, 59) 1px;
  display: flex;
  align-items: center;
  background-image: url("../img/bitcoin.jpg");
  background-size: 100%;
  background-position: 20% 73%;
  background-repeat: no-repeat;
  filter: brightness(75%);
}

.faq-banner h2 {
  margin: 20px auto;
  color: #ffc439;
  font-size: 40px !important;
  font-weight: 600;
  font-weight: 700 !important;
  transform: translateY(35px);
  /* text-transform: capitalize !important; */
  text-shadow: 1px 1px 25px rgba(0, 0, 0, 0.726);
  /* font-family: "Montserrat", sans-serif !important; */
  font-family: "Roboto Slab", serif !important;
}


#faq_content {
  padding: 8em 0;
}

.collapsible {
  border: none !important;
  color: #f3f3f9;
}

.collapsible-header {
  font-size: 14px;
  text-transform: uppercase;
}

.collapsible-header,
.collapsible-body {
  line-height: 2em;
  padding: 2em !important;
  text-align: left;
  border-bottom: 1px solid rgba(192, 192, 192, 0.07) !important;
  background-color: rgb(36, 15, 78,0.96) !important;;
}

.collapsible-body {
  padding: 3em !important;
}

.collapsible-body li {
  margin: 2em 0;
}