/**
 * UI/UX commitment block — sticky left banner while right feature list grows.
 */

.design-project-feature-section,
.design-project-feature-content-wrap,
.design-project-feature-grid {
  overflow: visible;
}

.design-project-feature-banner {
  display: block;
  max-height: calc(100vh - 12vh);
  object-fit: contain;
}
