/* CSS for the Our Products page */
/* Add any page-specific styles here, especially if a minimum scrollable height is desired. */
/* For example: */
/* #smooth-content > .wp-block-group { min-height: 200vh; } */

body {
  background-color: #000000 !important; /* Added !important for higher specificity if needed */
  color: #ffffff !important; /* Default text color for the page, added !important */
}

.maeveport-landing-parallax-content-header h2,
.maeveport-landing-parallax-content-text-content p,
.maeveport-landing-parallax-content-text-content
  h3.maeveport-landing-parallax-content-title-text {
  color: #ffffff !important; /* Default text color for the page, added !important */
}

.maeveport-dual-pane-text-container {
  background-color: #000000 !important; /* Added !important for higher specificity if needed */
}

.maeveport-dual-pane-text-line,
.maeveport-dual-pane-text-right-pane p {
  color: #ffffff !important; /* Default text color for the page, added !important */
}
.maeveport-dual-pane-text-right-pane {
  margin-bottom: 3rem;
}