.service-card {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 20px;
  max-width: 300px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  text-align: center;
}
.service-card .image-wrap img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}
.service-card .icon {
  font-size: 2em;
  margin-bottom: 10px;
}
.service-card h3 {
  font-size: 1.2em;
  margin: 0;
  color: #005a8a;
}
.service-card p {
  font-size: 0.95em;
  color: #444;
}
.service-card span {
  display: block;
  margin-top: 10px;
  font-size: 0.9em;
  color: #666;
}
