/* PROMISE theme, Services hub page styles (hub-only additions).
   Ported 1:1 from PROMISE_Services_Hub_Mockup_v6.html. Shared hero/section/card/cta
   rules live in services-shared.css. Enqueued only on the Services page itself. */

.tag{font-family:'Montserrat';font-size:11.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--mid)}

/* ===== split band, "one team" ===== */
.splitband{display:grid;grid-template-columns:1fr 1fr;min-height:460px}
.splitband .img{background-size:cover;background-position:center;display:block}
.splitband .img img{display:block;width:100%;height:100%;object-fit:cover}
.splitband .txt{background:var(--green);color:#fff;padding:80px 64px;display:flex;flex-direction:column;justify-content:center}
.splitband .txt .bc{width:52px;height:52px;margin-bottom:20px;opacity:.95}
.splitband .txt h2{color:#fff;font-size:34px;margin-bottom:14px}
.splitband .txt p{color:#c9dccf;font-size:16px;margin-bottom:22px}
.splitband .txt .tlink{color:#fff}

@media(max-width:960px){
	.splitband{grid-template-columns:1fr}
	.splitband .txt{padding:50px 28px}
}
