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-51.userapi.com/c858324/v858324654/c929f/s802Sin9okA.jpg') no-repeat scroll center center;
    
    background-size: cover;
    filter: blur(8px);
    z-index: -1;
}

