.productEvolution{display:grid;grid-template-columns:auto minmax(0,760px);justify-content:center;align-items:center;gap:32px;padding:58px clamp(22px,8vw,120px);background:#edf5f0;border-top:1px solid #d9e7df;color:#173d34}
.productEvolution>div:last-child{min-width:0}
.productEvolution h2{margin:9px 0 12px;font-size:clamp(28px,3vw,42px);line-height:1.12;letter-spacing:-1px}
.productEvolution p{margin:0;color:#637a73;font-size:17px;line-height:1.7}
.evolutionMark{width:82px;height:82px;border-radius:24px;background:#153f36;display:grid;place-items:center;box-shadow:0 18px 38px #173f3522}
.evolutionMark svg{width:38px;height:38px;fill:none;stroke:#8ed2b5;stroke-width:2;stroke-linecap:round}
@media(max-width:700px){.productEvolution{grid-template-columns:1fr;gap:22px;padding:48px 19px}.evolutionMark{width:66px;height:66px;border-radius:19px}.productEvolution h2{font-size:31px}.productEvolution p{font-size:16px;line-height:1.65}}
