.section-testimonial {
    margin-top: 12rem;
}

.quelle {
    color: var(--moerk-primary);
}

@media screen and (max-width:1199px) {
    .section-testimonial .section--simple {
        margin-left: -4rem;
    }
}

@media screen and (max-width:767px) {
    .section-testimonial .section--simple {
        margin-left: -2rem;
        width: 100vw;
    }
}
@media screen and (max-width:575px) {
    .section-testimonial .container {
        padding-left: 0 !important;
        padding-right: 0 !important;

    }
}


@media screen and (min-width:1200px) {
    .testimonial__image {
        max-width: 36.7%;
    }

}

@media screen and (min-width:960px) and (max-width:1199px) {
    .section-testimonial .container {
        margin-left: -20% !important;
    }
}

@media screen and (min-width:1601px) {
    .section-testimonial .container {
        margin-left: -30% !important;
    }
}

.testimonial__image img {
    max-width: 100%;
    margin-bottom: 0 !important;
}

@media screen and (min-width:576px) {
    .testimonial__image img {
        width: 100%;
        max-width: 50vw;
    }
}

