.testimonial-bg {
    background: url('https://drive.google.com/thumbnail?id=14vIooaeB0wWMUMMdRI-bRGOfkhQzCf5t&sz=w1000') no-repeat; 
}

.bg-testimonial::after {
    height: 55%;
    left: 0;
    top: 0;
    position: absolute;
    background: url('https://drive.google.com/thumbnail?id=14vIooaeB0wWMUMMdRI-bRGOfkhQzCf5t&sz=w1000') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}