/**********

    Stay connected section 

**/

section.stay-connected h2, section.stay-connected h4, section.stay-connected p {
    margin: 0;
    text-align: center;
    margin: 0.25em 0;
}

section.stay-connected { 
    padding: var(--bg-block-vertical-padding) var(--bs-main-padding); 
}

section.stay-connected h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--bs-primary-light);
    letter-spacing: 0.2em;
}
section.stay-connected p {
    max-width: 60ch;
    font-weight: 600;
    line-height: 1.3em;
}
section.stay-connected button {
    font-size: 1.3rem;
    text-transform: uppercase;
    color: white;
    padding: 0.5em 1em;
    background-color: var(--bs-primary);
    font-weight: 500;
    margin-top: 1.5rem;
}