.testimonials {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    max-width: 2200px;
}
.testimonials .reviews {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-top: 50px;
}

.testimonialstars {
    font-size: 30px;
}

.testimonials .testimonial_content {
    font-weight: 300;
}

.testimonials .reviews .review {
    width: 40%;
    margin-right: 25%;
    margin-bottom: 30px;
}

.testimonials .reviews .review:nth-child(2n) {
    width: 50%;
    margin-right: 10%;
    margin-bottom: 30px;
}

.testimonials .testimonial_headline {
    display: flex;
    text-align: right;
}

.testimonials h2 {
    font-size: 40px;
    width: 80%;
}

.testimonials p,
.testimonials h3 {
    margin: 0;
}

.testimonials>div {
    width: 50%;
}

.widget_testimonials_widget {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1200px) {
    .testimonials .reviews .review {
        width: 60%;
    }
}


@media only screen and (max-width: 900px) {
    .testimonials {
        flex-direction: column-reverse;
        padding: 0px 20px;
        margin-top: 60px;
    }

    .testimonials .testimonial_headline {
        width: 100%;
        text-align: left;
    }

    .testimonials h2 {
        font-size: 30px;
        width: 100%;
    }

    .testimonials>div {
        width: 100%
    }


}

@media only screen and (max-width: 500px) {
    .testimonials .reviews .review:nth-child(2n) {
        width: 60%;
        margin-right: 25%;
    }
    .testimonials .reviews .review,
    .testimonials .reviews .review:nth-child(2n)
    {
         width: 100%;
        margin-right: 0;
    }
    .textshift_right .imgtxt_text>div {
        width: 100%;
    }
}
