/* Center the icon only for the Jellystat tile */
.service-card[data-name="Jellystat"] .service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
