
  
  section#faq {
    padding: 1em;
  }
  
  .question {
    padding: 1em 0em;
    border-bottom: 0.05em solid rgba(206, 212, 218, 0.5);
  }
  
  .question > div:first-of-type {
    cursor: pointer;
  }
  
  .question h3 {
    margin-bottom: 0em;
  }
  
  .question > p:last-of-type {
    margin-bottom: 0em;
  }
  
  .expandCollapseBtn svg {
    stroke: #0ca49f;
  }
  
  .expandCollapseBtn button {
    padding: 0em;
    line-height: 1;
  }
  
  .question .expandable {
    height: 0em;
  }
  
  .expandable p {
    color: #858585;
  }
