.section-compare {
  padding: var(--footer-tile-spacing) var(--footer-tile-side-spacing);
}

.section-techspecs .section-built-in-apps .techspecs-app-icon-cal,
.section-techspecs .section-free-apps .techspecs-app-icon-cal {
  width: 52px;
  height: 52px;
  background-size: 52px 52px;
  background-repeat: no-repeat;
  background-image: url("/v/ipad-10.9/c/images/specs/icon_cal__eh8znqda2ju6_large.png");
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .section-techspecs .section-built-in-apps .techspecs-app-icon-cal,
  .section-techspecs .section-free-apps .techspecs-app-icon-cal {
    background-image: url("/v/ipad-10.9/c/images/specs/icon_cal__eh8znqda2ju6_large_2x.png");
  }
}
