@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .quote-block .has-cta-font-size {
        --fs: 1.5rem;
    }
}