.stf.v2 {
    picture.bdr-rds {
        border-radius: 1.11rem;
    }

    .fnt_t-nt {
        color: hsl(from var(--text-color) h s l / 0.5);
    }

    @media screen and (min-width:1280px) {
        & {
            --fnt-qte-s: 2.78rem;
            --fnt-qte-lh: .9;
        }
    }

    @media screen and (min-width:700px) and (max-width:1279px) {
       & {
            picture.bdr-rds {
                max-width: 65% !important;
                margin-inline: auto;
            }
        }
    }
}