.clo.v1 {

    @media screen and (min-width:1280px) {
        padding-top: 23rem;
    }

    /* Background image */
    .callout-v1-bg {
        @media screen and (max-width:1279px) {
            display: none;
        }

        @media screen and (min-width:1280px) {
            img {
                opacity: 0.6;
                object-fit: contain;
                object-position: top;
            }
        }
    }

    /* Value title size override */
    .fnt_t-6 {
        @media screen and (min-width:1280px) {
            --fnt-t-6-s: 0.889rem;
        }
    }

    /* Values strip */
    .callout-v1-values {
        gap: 2.667rem;
    }

    /* Icon circle */
    .callout-v1-icon {
        width: 2.667rem !important;
        height: 2.667rem;
        border-radius: 50%;
        background: hsl(from var(--accent) h s l / 0.1);
        flex-shrink: 0;

        svg {
            font-size: 1.333rem;
        }

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