
/** FAQ **/
.accordion {
    border-bottom: 2px solid var(--bs-blue);
}
.accordion .accordion-item {
  border-color: var(--bs-blue);
}
.accordion .accordion-button {
  background: none;
  font-weight: 600;
  color: var(--bs-blue);
}
.accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33'%3E%3Cg id='Group_57' data-name='Group 57' transform='translate(-1539 -492)'%3E%3Crect id='Rectangle_153' data-name='Rectangle 153' width='33' height='4' transform='translate(1539 506)' fill='%233bc1d0'/%3E%3Crect id='Rectangle_154' data-name='Rectangle 154' width='33' height='4' transform='translate(1558 492) rotate(90)' fill='%233bc1d0'/%3E%3C/g%3E%3C/svg%3E%0A");
  transform: scale(0.7) !important;
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 4'%3E%3Cg id='Group_57' data-name='Group 57' transform='translate(-1539 -506)'%3E%3Crect id='Rectangle_153' data-name='Rectangle 153' width='33' height='4' transform='translate(1539 506)' fill='%233bc1d0'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.accordion-button:not(.collapsed) {
  color: var(--bs-blue);
  background: none !important;
  box-shadow: none !important;
  padding-bottom: 0;
}

.category-header {
    border-bottom: 2px solid var(--bs-blue);
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}