@layer components {
    section.join-lead {
        padding-block: var(--space-2xl) var(--space-l);

        & header {
            text-align: center;
            justify-content: center;
        }

        & p:last-child {
            margin-bottom: 0;
        }
    }
}
