.paragraph--type--faq { margin-bottom: 6em; }

.paragraph--type--faq-item {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 1.3em 6% 1.5em;
  margin: 0 0 2em;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.08);
}

.paragraph--type--faq-item .field-question {
  font-family: "Cachet Medium";
  font-size: 23px;
  cursor: pointer;
  background: transparent;
  color: #444;
}

.paragraph--type--faq-item .field-question:before {
  font-family: "Font Awesome 5 Free" !important;
  line-height: 1;
  font-size: 20px;
  content: "\f055";
  font-weight: 600;
  position: relative;
  margin: 0 0.5em 0 -1.4em;
}

.paragraph--type--faq-item .field-answer { 
  display: none; 
  padding: 1em 0 0.7em;
}

