/* ACG IIS — services page */
@media(max-width:900px) {
  .services-grid { grid-template-columns:1fr !important; gap:40px !important; }
}
@media(max-width:640px) {
  .services-grid { gap:28px !important; }
}
.section-xdk { background:var(--slate-xdk); color:var(--white); }
