.home-faq-8__heading {
  margin-bottom: 18px;
}

.home-faq-8__accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.home-faq-8__item {
  border-radius: 0 34px 0 0;
  background: #fbf3b8;
  overflow: hidden;
}

.home-faq-8__question {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 18px;
  border: 0;
  background: transparent;
  color: #1f2025;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.home-faq-8__icon {
  color: #4b4f57;
  font-size: 30px;
  line-height: 0.9;
}

.home-faq-8__answer {
  display: none;
  padding: 0 18px 18px;
  border-top: 1px solid rgba(180, 174, 122, 0.5);
}

.home-faq-8__item.is-open .home-faq-8__answer {
  display: block;
}

.home-faq-8__answer p {
  margin: 12px 0 0;
  color: #3f444c;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 767px) {
  .home-faq-8__question {
    font-size: 17px;
  }
}
