.testimonial {
    background-attachment: fixed;
    background-position: center center;
    font-family: "Kievit Light", sans-serif;
    padding: 18rem 5vw;
}

.testimonial-wrapper {
    position: relative;
}

.testimonial-container {
    background-color: rgba(255,255,255,0.9);
    box-sizing: border-box;
    padding: 4rem;
    width: 40%;
}

.testimonial-statement {
    font-family:"Kievit Light Italic", sans-serif;
    font-size: 2.75rem;
    line-height: 1.3;
}

.testimonial-credit {
    font-size: var(--font-body-medium);
    line-height: 1.3;
    margin-top: 3rem;
}

@media (prefers-reduced-motion: reduce) {
    .testimonial {
        background-attachment: scroll;
    }
}

@media (max-width: 1200px) {

    .testimonial {
        background-attachment: scroll;
    }

    .testimonial-container {
        width: 80%;
    }

}

@media (max-width: 767px) {

    .testimonial {
        background-attachment: scroll;
        padding: 9rem 5vw;
    }

    .testimonial-container {
        width: 100%;
    }

    .testimonial-statement {
        font-size: 2rem;
    }

}
