/* Scoped to the authentic parent/child screenshot comparison. */
.two-view-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:clamp(48px,8vw,112px);row-gap:40px;max-width:960px;margin:32px auto 0}
.two-view{display:grid;grid-template-rows:auto 1fr auto;min-width:0;align-content:start}
.two-view h3{margin:0 0 12px}
.two-view p{margin:0 0 24px}
.two-view img{display:block;width:100%;max-width:320px;height:auto;margin:0 auto;border-radius:20px;box-shadow:0 8px 24px #173e3220}
@media(max-width:700px){.two-view-grid{grid-template-columns:1fr;gap:40px}.two-view{display:block}.two-view img{max-width:320px}}
