.home_backgroundBlurFilter__p3EL0 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    z-index: 1;
}
@media (min-width: 769px) {
    .home_backgroundBlurFilter__p3EL0 {
        backdrop-filter: blur(30px);
        background-color: hsla(0, 0%, 100%, 0.43);
    }
}
