/* About CDC photography, within the site's shared 1320px content width. */
.about-cdc-page .about-photo-group { margin: 36px 0 44px; }
.about-cdc-page .about-photo-heading { margin: 0 0 24px; }
.about-cdc-page .about-photo-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 24px;
}
.about-cdc-page .about-photo-pair-portraits {
  grid-template-columns: minmax(0, .6693fr) minmax(0, .75fr);
}
.about-cdc-page .about-photo { min-width: 0; margin: 0; }
.about-cdc-page .about-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 8, 18, .24);
}
.about-cdc-page .about-facilities-overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  align-items: center;
  margin: 30px 0 44px;
}
.about-cdc-page .about-facilities-overview .check-list { margin: 0; }
@media (max-width: 767px) {
  .about-cdc-page .about-photo-group { margin: 28px 0 36px; }
  .about-cdc-page .about-photo-pair,
  .about-cdc-page .about-facilities-overview { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .about-cdc-page .about-photo img { border-radius: 14px; }
}
