.bfj-faq {
  margin: 80px 0;
}
.bfj-faq__header {
  margin-bottom: 64px;
}
.bfj-faq__title {
  color: #1D428A;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 52px;
  line-height: 62.4px;
  letter-spacing: -0.52px;
  margin-bottom: 24px;
}
.bfj-faq__title p {
  margin: 0;
  padding: 0;
}
.bfj-faq__description {
  margin: 0;
  padding: 0;
  color: #00070D;
}
.bfj-faq__description p {
  margin: 0;
  padding: 0;
}
.bfj-faq__list {
  border-top: 1px solid #e0e0e0;
}
.bfj-faq__item {
  border-bottom: 1px solid #e0e0e0;
}
.bfj-faq__question {
  margin: 0;
}
.bfj-faq__trigger {
  width: 100%;
  padding: 20px 0;
  background: none;
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  color: #00070D;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.bfj-faq__icon {
  transform: rotate(180deg);
}
.bfj-faq__trigger[aria-expanded=true] .bfj-faq__icon {
  transform: rotate(0deg);
}
.bfj-faq__panel {
  padding-bottom: 1.25rem;
}
.bfj-faq__answer {
  color: #00070D;
  line-height: 24px;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.bfj-faq__answer p {
  margin: 0;
  padding: 0;
}
.bfj-faq__cta {
  text-align: center;
}
.bfj-faq__cta h2 {
  margin-top: 64px;
  color: #1D428A;
  font-weight: 700;
  font-size: 36px;
  line-height: 46.8px;
  letter-spacing: -0.36px;
  margin-bottom: 16px;
}
.bfj-faq__cta p {
  color: #00070D;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.52px;
  margin-bottom: 24px;
}
.bfj-faq__columns {
  display: flex;
  gap: 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  .bfj-faq__columns {
    gap: 40px;
    flex-direction: row;
  }
}
.bfj-faq__column {
  flex: 1;
}
