.lg-cta {
    --fnt-t-co-s: 2.5rem;
    .lg-cta-lgo {
        position: relative;
        z-index: 2;
        margin-bottom: -3rem;

        img {
            max-width: 220px;
            width: 60%;
        }
    }

    .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%;
    }
}
