/** Button Colors **/
/** Buttons **/
/** Spacings **/
/** Border Colors **/
.acf-faq-block {
  max-width: 1000px;
  padding: 0 30px;
  margin: auto;
  margin-bottom: 70px;
}
.acf-faq-block h2 {
  margin-bottom: 30px;
  text-align: center;
}
.acf-faq-block .faq-question {
  cursor: pointer;
  font-weight: bold;
  padding: 13px 15px;
  border: solid 1px #ddd;
  border-bottom: 0;
  user-select: none;
}
.acf-faq-block .faq-answer {
  padding: 10px 30px;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
}
.acf-faq-block .faq-item:last-child .faq-question {
  border-bottom: 1px solid #ddd;
}
.acf-faq-block .faq-item:last-child .faq-answer:last-of-type {
  border-bottom: 1px solid #ddd;
}