.cnt.v12 {

    /* Left services column keeps the accordion narrow and sticky on desktop */
    @media screen and (min-width: 1280px) {
        .svc-col {
            position: sticky;
            top: var(--pd-v);
            align-self: flex-start;
        }
    }

    /* Stack the columns below the breakpoint (services above content) */
    @media screen and (max-width: 1279px) {
        .svc-col {
            margin-bottom: 2.22rem;
        }
    }
}
