/* THIRDEYE SOLUTIONZ — separated stylesheet */

/* =========================================================
   CONTACT CTA
========================================================= */

.contact-cta {
  padding: 90px 0;
}

.contact-cta-inner {
  display: flex;

  justify-content: space-between;

  align-items: center;

  gap: 50px;
}

.contact-cta h2 {
  margin: 16px 0 12px;

  font-family: var(--serif);

  font-size:
    clamp(
      42px,
      5vw,
      65px
    );

  line-height: .98;
}

.contact-cta p {
  max-width: 580px;

  color:
    rgba(255,255,255,.68);

  line-height: 1.7;

  margin: 0;
}

