body {
  background-color: #efc65d;
}
::-webkit-scrollbar{
    display: none;
}
:root {
  --global--font-primary: var(
    --font-headings,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  );
  --global--font-secondary: var(
    --font-base,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  );
}
.chapter_logo {
  width: 100px;
  height: 100px;
  margin: auto;
}
.chapter_faqs .accordion-item {
  margin-bottom: 10px;
  background: #ededf5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.chapter_faqs .accordion-button {
  color: #131722;
  /* display: block; */
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  color: #444;
  font-size: 20px;
  line-height: 28px;
  box-shadow: none;
  
}
.accordion-body {
  word-wrap: break-word;
}
.accordion-body p{
    font-size: 20px;
}
.site-title{
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase;
}
