h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-weight: 600; }
h2, .h2 { --fs: clamp(2.2rem, 4vw, 3.2rem); --lh: 1.15; }

@media (min-width: 1200px) {
    /* .wpb-wst--small { --wpb-wst: 3.2rem; }
    .wpb-wst--medium { --wpb-wst: 4.8rem; } */
    .wpb-wst--large { --wpb-wst: 10rem; }
    
    /* .wpb-wsb--small { --wpb-wsb: 3.2rem; }
    .wpb-wsb--medium { --wpb-wsb: 4.8rem; } */
    .wpb-wsb--large { --wpb-wsb: 10rem; }
}

.text-style--list-as-checks {
    ul li::before { --fa: "\+"; color: var(--clr-text); display: inline-grid; place-items: center; font-weight: 700; font-size: .8em; width: 2.4rem; height: 2.4rem; border-radius: 50%; background-color: rgba(var(--clr-text-rgb), .2); margin-right: 1.2rem; } 
}

.wpb-image img, .wpb-youtube .wpb-ratio { --radius: 1.8rem; }