.custom-accordion .accordion-btn {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
.custom-accordion .card-body h3 {
  font-size: 1.25rem;
}
.custom-accordion .card-body h3:not(:first-child) {
  margin-top: 1rem;
}
.custom-accordion .card-body p:not(:last-child) {
  margin-bottom: 1rem;
}
