:root {
    --vp-home-hero-image-background-image: linear-gradient(-44deg, #ec9333 50%, #f1f09c 50%);
    --vp-home-hero-image-filter: blur(46px);
}

@media (min-width: 640px) {
    :root {
        --vp-home-hero-image-filter: blur(50px);
    }
}

@media (min-width: 960px) {
    :root {
        --vp-home-hero-image-filter: blur(75px);
    }
}