/* ==========================================================================
   PB Design System - Section Header
   ========================================================================== */

.pb-root .section-header {
    display: grid;
    gap: .8rem;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.pb-root .section-header--center {
    text-align: center;
    justify-items: center;
}

.pb-root .section-header--left {
    text-align: left;
    justify-items: start;
    margin-left: 0;
}

.pb-root .section-header__kicker {
    margin-top: 1rem;
}
