
.service-image{width:100%;height:300px;object-fit:cover;border-radius:12px}
.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}
.service-card{border:1px solid #ddd;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.08)}
.service-card img{width:100%;height:180px;object-fit:cover}
.service-card .body{padding:16px}
.service-tags{display:flex;flex-wrap:wrap;gap:8px}.service-tags a{padding:8px 12px;border:1px solid #ccd8e4;border-radius:20px;text-decoration:none}
