/* Match the adjacent Sven's Island tile and visible packaging scale. */
.project-pair .box-logo-tile{background:#e7e7e3}
.project-pair .box-logo-tile img{object-fit:contain;padding:35px}
@media(max-width:700px){.project-pair .box-logo-tile img{padding:24px}}

/* One reading column, aligned to the introduction's right column. */
.approach{display:grid;grid-template-columns:1fr 1fr;column-gap:8%}
.approach>.section-label,.approach>.split{grid-column:1/-1}
.approach>.services{grid-column:2;grid-template-columns:1fr;width:auto;margin:40px 0 0;gap:28px}
@media(max-width:700px){.approach{grid-template-columns:1fr}.approach>.services{grid-column:1;margin-top:30px}}
