.clt.v2 {

    .clt-v2-crd {
        border: 2px solid var(--accent);
        > .pd_v.pd_h {
            padding: 2.5rem 1.78rem;
        }

    }

    .clt-v2-bd {
        gap: 1.5rem; /* ~27px stack between icon, heading, subtext, phone, buttons */
    }

    .clt-v2-btns {
        gap: 1.17rem; /* ~21px between the two buttons */
    }

    .clt-v2-btm-deco {
        position: absolute;
        left: 0;
        bottom: -1px;
        display: block;
        width: 100%;
        height: auto;
    }

    @media screen and (min-width: 1280px) {
        & {
            --fnt-t-big-s: 2.78rem; /* heading ~50px Bayon */
            --fnt-phn-s: 3.83rem;   /* phone display ~69px Bayon */

            .clt-v2-crd {
                max-width: 53.667rem;
                margin-inline: auto;
            }
        }
    }
}
