.review-form .bg-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}
.review-form .bg-wrapper .bg {
    background-image: url('/wp-content/uploads/1e0e8a6764dbd2dadb287502ce34a797.jpg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: blur(5px);
}

.review-form .container {
    position: relative;
    top: -100%;
    left: 0;
}
.review-form .container .consult-list.block-contacts {
    max-width: 600px;
}
