.card-services {
  min-height: 15em;
  position: relative;
}

.card-services__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Push card content above the SVG */
.card-services > *:not(.card-services__bg) {
  position: relative;
  z-index: 1;
}

[data-theme="dark"] .card-services h3 {
  color: var(--color-contrast-low);
}

.div-background {
  position: relative;   /* anchor for ::after */
  overflow: hidden;     /* prevents page stretching */
}
