.service-card {
  min-height: 0;
  padding: 0;
  overflow: hidden;
}

.service-card [itemprop="item"] {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background: var(--mist);
}

.service-content {
  flex: 1;
  padding: 25px 26px 27px;
}

.service-card h2 {
  margin: 0 0 8px;
}
