/* Weißer Hintergrund für Service-Icons */
.service-card img {
  background-color: white;
  border-radius: 4px;
  padding: 2px;
}
