.et-db #et-boc.et-boc .custom-toggles.et_pb_module {
  padding: 0;
  margin-bottom: 10px;
}
.custom-toggles.et_pb_toggle .et_pb_toggle_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  cursor: pointer;
  padding: 30px 50px 40px 0px;
  width: 100%;
  text-align: left;
  border: none;
  margin: 0;
  position: relative;
  font-size: clamp(var(--smallFontMin), 2.5vw, var(--smallFontMax));
  transition: all 0.3s ease;
}
.custom-toggles.et_pb_toggle_close .et_pb_toggle_title,
.custom-toggles.et_pb_toggle_close h5.et_pb_toggle_title {
  color: var(--neutral-slate-gray);
}
.custom-toggles .et_pb_toggle_title:before,
.custom-toggles .et_pb_toggle_content:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 3px;
  background-image: radial-gradient(var(--black) 2px, transparent 1px);
  background-size: 13px 9px;
  background-repeat: repeat-x;
  background-position: center;
  pointer-events: none;
  visibility: visible;
}
.custom-toggles .et_pb_toggle_title::after {
  content: '';
  position: absolute;
  right: 0;
  width: 28px;
  height: 26px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="26" viewBox="0 0 28 26" fill="none"><path d="M13.9154 26C13.8346 25.9071 13.7633 25.8043 13.6715 25.7219C9.21665 21.7178 4.7604 17.7151 0.302788 13.7135C0.206197 13.6267 0.0917938 13.5572 -3.12035e-06 13.4908C0.848773 12.7413 1.65645 12.0275 2.4559 11.3223C5.63384 14.1769 8.86864 17.0825 12.1034 19.9881C12.1404 19.9715 12.1767 19.9549 12.2137 19.9383L12.2137 0.756292L15.7397 0.756291L15.7397 19.9641C19.0115 17.0247 22.2442 14.1209 25.4523 11.2386C26.3031 12.0035 27.104 12.724 28 13.5289C27.9267 13.5671 27.7869 13.6095 27.6931 13.6938C23.2252 17.7009 18.7614 21.7111 14.2983 25.7225C14.2059 25.8056 14.1339 25.9071 14.0524 26L13.9154 26Z" fill="%23871B28"/></svg>')
    no-repeat center center;
  background-size: contain;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  transform-origin: center;
}

.custom-toggles.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::after {
  transform: rotate(180deg);
}
.custom-toggles .et_pb_toggle_content {
  padding: 20px 0 50px;
}

.custom-toggles .et_pb_toggle {
  border: none;
  margin: 0;
}
.teammember-toggles .toggle-title h4 {
  padding-bottom: 0;
}
@media (min-width: 981px) {
  .two-column-content {
    display: flex;
    gap: 30px;
  }
  .column {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .teammember-group .toggle-button.active {
    position: sticky;
    top: 141px;
    z-index: 10;
    background-color: var(--bisque); /* Ensure it's visible over content */
    box-shadow: 1px 1px 4px #b7b7b7;
    padding-left: 10px;
    padding-right: 10px;
  }
}
