/* Services directory body styles; shared hero and navigation live in site.css. */
.services-main .services { background: var(--bg); }
.services-main .services-head .sh { max-width: 680px; }
.services-main .services-plan { background: var(--cream); }
.services-plan .about-inner { align-items: start; }
.services-plan p { color: var(--text); font-size: 17px; line-height: 1.8; margin-bottom: 20px; }
@media(max-width:600px) {

 .services-plan .about-inner { gap: 28px; }
}
