body .home {
    position: relative;
    padding-top: 250px;
    padding-bottom: 200px;
    width: 100%;
    z-index: 1;
}

body .home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    background: url('https://sun9-34.userapi.com/impf/NNhFIX7uRl9nSonayy4xs3rxb90zhFSw0hdKUw/h2fPRmjTc10.jpg?size=1920x768&quality=95&crop=0,78,927,370&sign=cdb5c2f9e617293343c0524f9923d04c&c_uniq_tag=4ng8QT8G8SaLESIfJNzAbbTL3M2Gt-V0nAL8KJSB3Rs&type=cover_group') no-repeat scroll center center;
    
    background-size: cover;
    filter: blur(8px);
    z-index: -1;
}

