.home-faq {
  padding: clamp(60px, 7.03125vw, 135px) 0 clamp(60px, 5.2083333333vw, 100px);
}
.home-faq__trigger {
  padding: 35px 0;
  font-size: 24px;
  position: relative;
  font-weight: 400;
  color: #0e0e0e;
  font-weight: 400;
  display: block;
  line-height: 31.2px;
  letter-spacing: -0.96px;
}
.home-faq__trigger::after {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  transition: 0.3s;
  width: 14px;
  height: 14px;
  background-image: url("../../../assets/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.active.home-faq__trigger::after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.home-faq__item {
  border-bottom: 1px solid #d6d1cc;
}
.home-faq__trigger h5 {
  transition: 0.3s;
  font-weight: 400;
}

.home-faq__output {
  margin-top: -20px;
  margin-bottom: 35px;
}
.home-faq__output {
  display: none;
}
.active .home-faq__output {
  display: block;
}
.active h5 {
  color: #a28c78;
  transition: 0.3s;
}
