.c-faq__title {
  color: #4c4343;
  text-align: center;
  margin-bottom: 4%;
  font-family: "DM Serif Display", sans-serif;
  font-size: 3.3rem;
}
.c-faq__accordion h3 {
  color: #4c4343;
  letter-spacing: -1px;
  margin-top: 0;
  font-family: "DM Serif Display", sans-serif !important;
  font-size: 2.2em !important;
  font-weight: 400;
  line-height: 3.6rem;
  display: flex !important;
  justify-content: space-between;
}
@media screen and (max-width: 720px) {
  .c-faq__accordion h3 {
    font-size: 1.5em !important;
  }
}
.c-faq__accordion p {
  margin: 10px 0;
}
.c-faq__accordion p, .c-faq__accordion ul {
  width: auto;
  color: #e9855d;
  letter-spacing: 0.1px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.1;
  display: block;
}
.c-faq__accordion ul li {
  padding-left: 40px;
}

.ui-state-default {
  background: none;
  border: none;
  border-bottom: 2px solid #4c4343;
}

.ui-widget-content {
  background: none;
  border: none;
}

.ui-icon {
  order: 2;
  background: none;
  width: 32px;
  height: 32px;
  text-indent: 0;
  overflow: unset;
}
.ui-icon-triangle-1-e::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free", serif;
  font-weight: 900;
  font-size: 0.6em;
  color: black;
}
.ui-icon-triangle-1-s::before {
  content: "\f077";
  font-family: "Font Awesome 6 Free", serif;
  font-weight: 900;
  font-size: 0.6em;
  color: black;
}

.ui-state-focus .ui-icon {
  background: none;
}

.ui-state-active .ui-icon {
  background: none;
}

.ui-state-hover .ui-icon {
  background: none;
}

/*# sourceMappingURL=faq-plugster.css.map */
