/* Supporting illustrations share the homepage's soft 3D visual language. */
.family-illustrated{grid-template-columns:1fr 1fr;align-items:center;column-gap:48px;row-gap:10px}
.family-illustrated .eyebrow{grid-column:1;grid-row:1;align-self:end}
.family-illustrated h2{grid-column:1;grid-row:2}
.family-illustrated>p:last-of-type{grid-column:1;grid-row:3;align-self:start}
.service-illustration{margin:0;overflow:hidden;border-radius:0;background:transparent}
.service-illustration img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:contain}
.family-illustrated .service-illustration{grid-column:2;grid-row:1/4;max-width:390px;justify-self:end;width:100%}
.business-illustration{max-width:330px;width:100%;margin-top:28px}
@media(max-width:600px){.family-illustrated{grid-template-columns:1fr;row-gap:15px}.family-illustrated .service-illustration{grid-column:1;grid-row:4;justify-self:start;max-width:330px;margin-top:6px}.business-illustration{max-width:300px}.service-illustration{border-radius:14px}}

.delivery-editorial{margin:26px 0 0;width:100%;max-width:440px}.delivery-editorial img{display:block;width:100%;height:auto;object-fit:contain}@media(max-width:600px){.delivery-editorial{max-width:360px;margin:22px auto 0}}
