.lg-cta {
    --fnt-t-co-s: 3.2rem;
    .lg-cta-lgo {
        position: relative;
        z-index: 2;
        margin-bottom: -3rem;
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
        padding: 1rem;

        .dk-lg {
            display: none;
        }

        .lt-lg {
            display: block;
        }

        @media screen and (max-width:699px) {
            & {
                max-width: 75%;
                margin-inline: auto;
            }
        }

    }

    .lg-cta-crd {
        padding-top: 3rem;
    }

    

    .lg-cta-btm {
        overflow: hidden;
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    .lg-cta-btm .btm-deco svg {
        height: 7.5rem;
        display: block;
    }

    .lg-cta-msc {
        z-index: 2;
        width: 50%;
        margin-bottom: -9%;
    }

}

[data-colors="primary-light"]{
    .lg-cta{
        .lg-cta-lgo{
            &.bg-bx.ulk-bg{
                background: #876B3B;
            }
        }
    }
    
}