/* Match only the user-selected CCTV sections to the site header content rail. */
body.single-services .dc-lib.centurion-cards-text .cd.layout-systems > .bw,
body.single-services .dc-lib.centurion-feature-list > .ft-list > .bw,
body.single-services .dc-lib.centurion-feature-image .ft-image.tone-dark.tone-burglar > .bw,
body.single-services .dc-lib section.centurion-steps-cards.sp.sp-cards > .bw,
body.single-services .dc-lib.centurion-cards-text .cd.layout-sectors > .bw {
  max-width: 1240px;
  padding-right: 44px;
  padding-left: 44px;
}

@media (max-width: 680px) {
  body.single-services .dc-lib.centurion-cards-text .cd.layout-systems > .bw,
  body.single-services .dc-lib.centurion-feature-list > .ft-list > .bw,
  body.single-services .dc-lib.centurion-feature-image .ft-image.tone-dark.tone-burglar > .bw,
  body.single-services .dc-lib section.centurion-steps-cards.sp.sp-cards > .bw,
  body.single-services .dc-lib.centurion-cards-text .cd.layout-sectors > .bw {
    padding-right: 22px;
    padding-left: 22px;
  }
}
