
.service-wrap{display:flex;justify-content:space-around;align-items:center;padding:30px 2%;background:#fff;gap:15px;flex-wrap:wrap;}
.service-item{display:flex;align-items:center;gap:16px;min-width:220px;}
.service-icon{width:64px;height:64px;border-radius:50%;background:#f3f7ff;display:flex;align-items:center;justify-content:center}
.service-icon svg{width:32px;fill:#2563eb}
.service-text h4{margin:0;font-size:22px;color:#111;font-weight:600}
.service-text p{margin:4px 0 0;color:#777;font-size:16px}
