@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&family=Raleway:wght@400;600;700&display=swap");
.block--faq .block__title {
  margin: 0 0 40px 0;
}
.block--faq .node-wrapper {
  background-color: #fff;
  padding: 20px 30px;
  margin: 0 0 20px 0;
  border-radius: 10px;
  cursor: pointer;
}
.block--faq .node-wrapper .title {
  color: #1d1d1d;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  position: relative;
}
.block--faq .node-wrapper .title:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../../img/icons/plus.svg");
  background-size: cover;
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
}
.block--faq .node-wrapper .content {
  display: none;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}
.block--faq .node-wrapper.active {
  background-color: #8b65ab;
}
.block--faq .node-wrapper.active a {
  color: #fff;
}
.block--faq .node-wrapper.active .title {
  color: #fff;
  border-bottom: 1px solid #efeaf2;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.block--faq .node-wrapper.active .title:after {
  background-image: url("../../img/icons/minus-white.svg");
}

@media (max-width: 768px) {
  .block--faq .block__title {
    font-size: 26px;
    letter-spacing: 0.5px;
    line-height: 29px;
    margin: 0 0 30px 0;
  }
  .block--faq .node-wrapper {
    margin: 0 auto 10px auto;
    width: calc(100% - 20px);
    padding: 10px 20px;
  }
  .block--faq .node-wrapper .title {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 25px;
  }
  .block--faq .node-wrapper .title:after {
    width: 15px;
    height: 15px;
  }
  .block--faq .node-wrapper .content p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 24px;
  }
  .block--faq .node-wrapper.active .title {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
  }
}/*# sourceMappingURL=block--faq.css.map */