.service-illustration {
  display: block;
  width: 100%;
  max-width: 280px;
  height: 220px;
  margin: 0 auto 24px;
  overflow: hidden;
}
.service-grid article { background: white; }
@media (max-width: 800px) {
  .service-illustration { max-width: 320px; height: 250px; }
}
