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-65.userapi.com/impf/POWPeHMA8oQtjBcwYT8fe-sAzpQRvcnm1gCy3A/06xqUUdnxos.jpg?size=1590x530&quality=95&crop=0,0,1590,530&sign=d5d132ddc5ed401e91774c7adf664662&c_uniq_tag=86GNfXsn7M3CtEes0eSm1DratLk0R_eOgRycpEfJ2ps&type=cover_group') no-repeat scroll center center;
    
    background-size: cover;
    filter: blur(8px);
    z-index: -1;
}

