/* THIRDEYE SOLUTIONZ — separated stylesheet */

/* =========================================================
   GENERAL SECTION
========================================================= */

.section {
  padding: 115px 0;
}

.section-light,
.section-paper {
  background: var(--cream);
}

/* =========================================================
   SECTION HEADING
========================================================= */

.section-heading {
  display: flex;

  justify-content: space-between;

  align-items: end;

  gap: 50px;

  margin-bottom: 70px;
}

.section-heading > p {
  max-width: 390px;

  margin: 0;

  color: var(--muted);

  line-height: 1.7;
}

.centered {
  display: block;

  text-align: center;
}

.centered > p {
  margin: 20px auto 0;
}

