.feature-rows { background: #fff; }
.feature-rows .feat { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-bottom: 22px; }
.feature-rows .feat:last-child { margin-bottom: 0; }
.feature-rows .feat.rev .feat-text { order: 2; }
.feature-rows .feat-body { font-size: 18px; margin: 0; }
.feature-rows .feat .ph { border: 2px dashed #c2d2cd; border-radius: 16px; background: #eef2ec; min-height: 230px; color: #7c948e; font-size: 13.5px; padding: 20px; }
.feature-rows .feat-media img { border-radius: 16px; width: 100%; }
@media (max-width: 760px) {
	.feature-rows .feat { grid-template-columns: 1fr; gap: 22px; }
	.feature-rows .feat.rev .feat-text { order: 0; }
}
