.cnt.v11 {
    padding-top: 3em !important;
}

/* Side CTA "Learn More" button */
.cnt-v11-sgl-cta {

    .btn.grn {
        background-color: #006b3a !important;
        color: var(--white) !important;
    }
    
    strong.fnt_t-co {
        color: #fff !important; 
    }
    @media (hover: hover) and (pointer: fine) {
        .btn.grn:is(:hover, :focus-visible) {
            background-color: #494949 !important;
            color: #edf8ef !important;
        }
    }

}