.home-faq .heading_wrapper {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}
.home-faq__trigger {
  display: block;
  position: relative;
  padding: 24px;
  color: #313131;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.17;
  letter-spacing: -0.5px;
}
.home-faq__item {
  border-radius: 20px;
  background: #f1f4e6;
  margin-bottom: 12px;
}

.home-faq__output {
  padding: 0 24px 24px;
  display: none;
}
.home-faq__output > a {
  margin-top: 28px;
  display: inline-block;
}
.home-faq__trigger h5 {
  color: #313131;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.17;
  letter-spacing: -0.5px;
}
.home-faq_wrapper {
  max-width: 954px;
  margin-left: auto;
  margin-right: auto;
}
.home-faq__trigger {
  position: relative;
}
.home-faq__trigger::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../../assets/icons/plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s;
}
.home-faq__item.active .home-faq__output {
  display: block;
}
.home-faq__item.active .home-faq__trigger::after,
.home-faq__trigger.active::after {
  transform: rotate(45deg) translate(-50%, -50%);
  transition: 0.3s;
}
.faq-cta p {
  font-size: 14px;
  color: #686d4f;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.faq-cta {
  font-size: 14px;
  text-align: center;
}
.faq-cta a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  .home-faq {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .home-faq__trigger {
    padding-right: 50px !important;
  }
}
.faq-v2-style .faq-cta {
  text-align: left;
}
.faq-v2-style .heading_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.faq-v2-style .home-faq__item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .faq-v2-content {
    margin-bottom: 20px;
  }
  .faq-v2-style .faq-cta {
    text-align: center;
    margin-top: 20px;
  }
}
.page-child .home-faq {
  background: #fffef7;
}
.white-bg-faq .row {
  border-radius: 30px;
  background: #faf3e9;
  padding: 60px;
}
.white-bg-faq .row .home-faq__item {
  background: white;
}
.page-id-685 .home-our-offices {
  background: transparent;
}
