.component-title-cta-images-caption__backgroundImage {
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    background-color: #fbf6e9;
    padding: 5rem 5rem;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
        var(--backgroundImage);
    background-size: cover;
    background-position: center;

    >.component-title-cta-images-caption--description {
        text-shadow: .063rem .063rem .63rem #fff;
    }

}

.component-title-cta-images-caption__backgroundImage h3 {
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 2rem;
    text-shadow: .063rem .063rem .63rem #fff;

}