/* Transition douce */
.work-faq-answer {
  overflow: hidden;
  height: 0;
  transition: height 320ms ease;
}
.work-faq-item {
  cursor: pointer;
}
