.anxiety-hero {
    background-color: rgba(61, 90, 108, 0.78);
    background-image: linear-gradient(rgba(61, 90, 108, 0.78), rgba(61, 90, 108, 0.78)),
        image-set(
            url('/images/IMG_0092-calming.webp') type('image/webp'),
            url('/images/IMG_0092-calming.jpg') type('image/jpeg')
        );
    background-size: cover;
    background-position: center;
}
