/* Capacity Building Page Styles */

/* Add dark overlay to the 4 feature panels section background using pseudo-element */
[data-id="xc56ifrz7"] {
  position: relative;
  z-index: 0;
}

[data-id="xc56ifrz7"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  pointer-events: none;
}

/* Add 50% semi-transparent dark overlay to element with data-id='6rjqgmeex' */
[data-id="6rjqgmeex"] {
  position: relative;
}

[data-id="6rjqgmeex"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}
