.main-header + .wrap-faq-single {
  margin: 120px 0 50px;
}
.main-header + .wrap-faq-single .content-faq {
  background-color: var(--section-bg);
  border-radius: 4px;
  padding: 30px;
}
.main-header + .wrap-faq-single .content-faq .question-item {
  margin: 0 0 30px;
  padding-bottom: 30px;
  font-size: var(--text-xl);
  color: var(--dartk-color);
  font-family: var(--main-font);
  font-weight: var(--sub-title-text-weight);
  border-bottom: 1px solid var(--section-border);
  line-height: 36px;
}
.main-header + .wrap-faq-single .content-faq .answer-item {
  color: var(--text-dark);
  font-size: var(--text-md);
}
.main-header + .wrap-faq-single .content-faq .answer-item p {
  line-height: 23px;
}
.main-header + .wrap-faq-single .content-faq .answer-item h1,
.main-header + .wrap-faq-single .content-faq .answer-item h2,
.main-header + .wrap-faq-single .content-faq .answer-item h3,
.main-header + .wrap-faq-single .content-faq .answer-item h4,
.main-header + .wrap-faq-single .content-faq .answer-item h5,
.main-header + .wrap-faq-single .content-faq .answer-item h6 {
  font-family: var(--main-font);
  font-weight: var(--sub-title-text-weight);
}
.main-header + .wrap-faq-single .content-faq .answer-item a {
  color: var(--secondary-color);
}
.main-header + .wrap-faq-single .content-faq .answer-item ul,
.main-header + .wrap-faq-single .content-faq .answer-item ol {
  margin: 20px 0;
  padding: 0 0 0 15px;
}
.main-header + .wrap-faq-single .content-faq .answer-item img {
  max-width: 100%;
}

.related-questions-wrapper {
  background-color: var(--section-bg);
  padding: 30px;
  margin-top: 20px;
}
.related-questions-wrapper > h3 {
  margin: 0 0 20px 0;
  font-family: var(--main-font);
  font-size: 20px;
  color: var(--dark-color);
  border-left: 4px solid var(--main-color);
  padding: 10px 0 10px 15px;
  font-weight: var(--sub-title-text-weight);
}
.related-questions-wrapper .related-questions {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 4px;
}
.related-questions-wrapper .related-questions li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--section-border);
}
.related-questions-wrapper .related-questions li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.related-questions-wrapper .related-questions li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: var(--text-dark);
  font-size: var(--text-md);
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: flex-start;
}
.related-questions-wrapper .related-questions li a::before {
  content: "\f059";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}
.related-questions-wrapper .related-questions li a:hover {
  color: var(--main-color);
}

.note-item {
  background-color: #fcf8e1;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: rgb(246, 195, 66);
  margin: 1.5em auto 0;
  padding: 25px 20px;
  color: var(--dark-color);
  font-size: var(--text-base);
  line-height: 25px;
}
.note-item a {
  color: var(--secondary-color);
}/*# sourceMappingURL=faq-single.css.map */