.service .service-icon{display:grid;width:64px;height:64px;place-items:center;margin-top:29px;border:1px solid #bfd0e7;background:#f7faff;color:var(--navy)}
.service .service-icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}
.service .service-icon .accent{stroke:var(--red)}
.service h3{margin-top:21px}
@media(max-width:720px){.service .service-icon{margin-top:22px;width:60px;height:60px}.service h3{margin-top:18px}}
