.services-cards-container {
  padding: 40px 20px;
}

.services-cards-container .service-card {
  text-align: center;
}

.services-cards-container .service-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  display: block;
}

.services-cards-container .service-card h2 {
  margin: 14px 0 4px;
}

.services-cards-container .service-card h2 a {
  color: #1a1a1a;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
}

.grid-background {
  background-color: #f5f5f5;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><rect x="7" y="7" width="6" height="6" fill="%23cfcfcf" fill-opacity="0.2"/></svg>');
  background-size: 8px 8px;
}