.fc-faqs {
margin-top: 1em;
}

.fc-faqs h2{
  margin-bottom: 0.5em;
}

.fc-faq-list .faq-group {

  border-bottom: 1px solid #d7d2cb;
}

.fc-faq-list .faq-group:first-child{
  border-top: 1px solid #d7d2cb;
}

.fc-faq-list .faq-question {
  padding: 1.2em 0;
}

.fc-faq-list .faq-question a {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #384e5b;
  line-height: 1.4;
}

.fc-faq-list .faq-question a h2{
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600 !important;
  color: #384e5b;
  line-height: 1.4;
}

.fc-faq-list .faq-question-span {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}



.fc-faq-list .faq-question-span i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 1.5px solid #a0bed1;
  border-radius: 50%;
  font-size: 0.75rem;
  line-height: 1;
  color: #a0bed1;
  text-align: center;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  position: relative;
}

.fc-faq-list .faq-question-span i::before {
  position: relative;
  top: 1px;
  left: 1px;
}

.fc-faq-list .faq-question.active i {
  background: #384e5b;
  border-color: #384e5b;
  color: #fff;
  transform: rotate(90deg);
}

.fc-faq-list .faq-answer {
  display: none;
  padding: 0 0 1.6em 42px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #4a4a4a;
}

.fc-faq-list .faq-answer p:last-child {
  margin-bottom: 0;
}

.fc-faq-list .faq-question a:focus {
  outline: none;
}

.fc-faq-list .faq-question a:focus-visible {
  outline: 2px solid #a0bed1;
  outline-offset: 2px;
}

/*.fc-faqs {
  width: 100%;
  margin: 0px auto;
  padding: 10px 0 10px 0;
}
.fc-faqs h2.fc-faq-h2 {
  margin: 0px 0 20px 0;
}
.fc-faqs .faq-group {
  clear: both;
}
.fc-faqs .faq-question {
  font-size: 18px;
  padding: 0px 0px 20px 0px;
  margin: 0;
}
.fc-faqs .faq-group:last-child .faq-question {
  margin-bottom: 0px;
}
.fc-faqs .faq-question {
  vertical-align: bottom;
}
.fc-faqs .faq-question-span {
  display: inline-block;
  padding-left: 10px;
  font-weight: bold;
}
.fc-faqs .faq-question a {
  text-decoration: none;
  outline: none;
}

.fc-faqs .faq-question .fa-angle-down{
  display: none;
}

.fc-faqs .faq-question.active .fa-angle-down{
  display: inline-block;
}

.fc-faqs .faq-question.active .fa-angle-right{
  display: none;
}

.fc-faqs .faq-answer {
  display: none;
  margin-bottom: 20px;
  margin-left: 25px;
  overflow: hidden;
}

@media (max-width: 600px) {

  .faq-answer img {
    display: block;
    float: none;
    margin: 10px 0;
  }

}*/