.cnt.v2.alt {
    aside > * + * {
        margin-top: var(--sp-vm-clc);
    }

    .cnt-info {
        padding: 2.78rem 2.78rem 2.78rem 7.9rem;
        text-align: left;
        &::before {
            position: absolute;
            top: 50%;
            left: 1rem;
            width: 5.78rem;
            height: 5.27rem;
            background-image: url('/media/brand/callout-img.png');
            background-size: contain;
            background-repeat: no-repeat;
            content: '';
            translate: 0 -50%;
        }

        @media screen and (max-width:699px) {
            & {
                padding: 6.9rem 1rem 2.22rem 1rem;
                text-align: center;
                &::before {
                    top: 1rem;
                    left: 50%;
                    translate: -50% 0;
                }
            }
        }
    }

    .cta-grd {
        .bg-bx {
            
        }
    }

    &[data-colors="primary-light"]{
        .bg-bx{
            &.lk-bg{
                --inner-theme: #E7F3FF !important;
            }
            &.ulk-bg{
                background: hsl(from var(--dk-bg) h s l / .85) !important;
            }
        }
    }
}
