/* Reduce tile padding */
.service-card {
  padding: 10px !important;
}

/* Slightly reduce font size for descriptions */
.service-card .description {
  font-size: 0.85em;
}

/* Tighten group spacing */
.group {
  margin-bottom: 16px !important;
}

/* Make icons slightly smaller */
.service-card .icon {
  transform: scale(0.9);
}
