#accordion {
  font-family: "Roboto", sans-serif;
  color: #222;
}
#accordion .card-header {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
#accordion .card-header:hover {
  cursor: pointer;
}
#accordion .card {
  border: none;
}
#accordion .card-body {
  padding: 0.75rem 1.25rem;
}
#accordion .card-body a:hover {
  cursor: pointer;
  color: #2d3485;
  font-weight: bold;
}
#accordion a {
  text-decoration: none;
  color: #222;
}
#accordion .card-body .active {
  color: #2d3485;
  font-weight: bold;
}
#accordion .card-header > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h6 {
  font-weight: 500;
  font-size: 25px;
  position: relative;
  margin-bottom: 3rem;
}
.section-title h6::before {
  content: "";
  position: absolute;
  left: 0;
  width: 60px;
  height: 2px;
  background: #2c3384;
  bottom: -20px;
  z-index: 5;
}
.card a {
  color: inherit;
  font-weight: inherit;
}
.card a.active {
  font-weight: bold;
  color: #2c3484 !important;
}
.card a:hover {
  font-weight: bold;
  color: #2c3484 !important;
}
