.section-header {
  position: relative;
  text-align: center;
  padding: 24px 0;

}
@media (min-width: 1280px) {
  .section-header {
    padding: 36px 0;
  }
}
.section-header .line{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width:625px;
  height: 2px;
  background-color: #937EAF;
  transform: translate(-50%, -50%);
}
.section-header p{
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 22.5px */
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
  margin: 0;
  position: relative;
  z-index: 1;
  color:#414042;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.8px;
}

._efficacy .gather-banners .container .row .gbCol figure picture {
  width: 100%;
}


.card-board-container {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;

}

@media (min-width: 1280px) {

  .card-board-container {
    flex-direction: row;
  }
}

.card-board {
  border-radius:8px;
  background-color: #fff;
}
.card-board h4{
  color:#fff;
  text-align: center;
  background-color: #452175;
  padding:8px 16px;
  border-radius:8px 8px 0 0;
}

.card-board div{
  padding: 16px;
}

.card-board ul{
  margin: 0;
}
.card-board li{
  font-size: 18px;
}
.jumplinks {
  display:flex;
  justify-content: center;
  gap: 31px;
}
.jumplinks span{
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
}
.jumplinks ul{
  padding:0;
}
.jumplinks li{
  display:inline-block;
  list-style:none;
  margin-right: 31px;
}
.jumplinks a{
  text-decoration: underline;
  color: #414042;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.9px;

}
.jumplink-mobile {
  display:flex;
  justify-content: space-between;
}

.dropdown-toggle::after {
  border: none !important;
}

.dropdown-toggle::after {
  border: none !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107"; /* Down arrow */
  vertical-align: middle;
}
.dropdown-toggle.show::after {
  content: "\f106"; /* Up arrow */
}

.list-dashed {
  list-style-type: none !important;
  padding: 0 0 0 10px;
}
.list-dashed li {
  position: relative;
  
}
.list-dashed li::before {
  content: "-";
  margin-right: 8px;
  color: inherit;
  position: absolute;
  left: -15px;
}



.popupChartViewer .heading {
  margin-bottom: 10px;
}

@media (min-width: 1280px) {
  .popupChartViewer .heading {
    margin-bottom: 36px;
  }
}

table.table-striped thead tr  {
  height: 95px !important;
}