.service-block{padding:100px 0}
.service-layout{display:grid;grid-template-columns:280px 1fr;gap:80px;align-items:center}
.service-layout.reverse{grid-template-columns:1fr 280px}
.service-icon{width:220px;height:220px;border-radius:50%;display:grid;place-items:center;background:var(--green);box-shadow:var(--shadow)}
.service-icon i{font-size:72px;color:#fff}
.service-layout h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.2;margin:18px 0}
.service-layout p{font-size:18px;max-width:780px}
