/* MathU partners — reuses the ORIGINAL .investors 5-slot floating grid.
   Each row is its own .investors block (built natively for up to 5 items),
   so the engine's parallax-speed depth effect works exactly like the
   original Dala investors showcase. The only additions here are:
   1. a left-heading variant for the Industry partners section,
   2. hiding the duplicate heading on repeated rows. */

/* Heading on the LEFT (Industry partners) instead of the default right */
.investors--left .investors__text {
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}
.investors--left .investors__text h2,
.investors--left .investors__text .investors__body,
.investors--left .investors__text p {
  text-align: left !important;
}

/* Rows after the first: no heading block, just the floating items,
   pulled up so the rows read as one continuous field. */
.investors--row {
  margin-top: -6rem;
}
