.testimonial-bg {
    position: relative;
    background: linear-gradient(90deg, rgba(255,255,255,0.7) 0%, rgba(230,230,230,0.5) 100%), url('hero-image.png');
    background-blend-mode: lighten;
    background-size: cover;
    background-position: center;
    /* border-radius: 1.5rem; */
    overflow: hidden;
}

.testimonial-bg::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(230,230,230,0.2) 100%);
    z-index: 1;
}

.testimonial-bg > * {
    position: relative;
    z-index: 2;
}
