/* Prevent consecutive light sections from stacking two full-height gutters. */
@media (min-width: 1001px) {
    .astana-section--paper { padding-bottom: 64px; }
    .astana-editorial-chapter--approach { padding-top: 48px; }
}

@media (max-width: 1000px) {
    .astana-section--paper { padding-bottom: 54px; }
    .astana-editorial-chapter--approach { padding-top: 42px; }
}
