.service-illustration {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin: 0 auto 24px;
  overflow: hidden;
}
.service-grid article { background: white; }
@media (max-width: 800px) {
  .service-illustration { max-width: 100%; height: auto; }
}
