.custom-faq-item {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid black;
  box-shadow: 1px 1px 2px rgb(201, 201, 201);
}

.custom-question {
  cursor: pointer;
  color: #283779;
  margin-bottom: 0;
}
.custom-question h5{
 font-weight: 500;
}

.custom-answer {
  display: none;
  margin-top: 10px;
}

.custom-answer.show {
  display: block;
}