body {
  background-color: #ffffff;
}
::-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: 180px;
  height: 141px;
  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;
  border: transparent !important;
}
.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;
  background: #ededf5 !important;
  outline: 0 !important;
}
.accordion-body {
  word-wrap: break-word;
}
.accordion-body p {
  font-size: 20px;
}
.site-title {
  font-size: 29px;
  font-weight: 700;
  text-transform: uppercase;
}
.accordion-collapse {
  background-color: #fff !important;
}
