.testimonial {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #F2F2F2;
    margin-top: 60px;
    margin-bottom: 50px;
}

.testimonial-single-image {
    margin-top: -35px;
}

.testimonial-single-image img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.testimonial-image {
    margin-top: -75px;
}

.testimonial-image img {
    border-radius: 50%;
    width: 175px;
    height: 175px;
    object-fit: cover;
}

.testimonial-name {
    color: #808080;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .75px;
    text-transform: uppercase;
    font-weight: bold;
}

.testimonial-full .testimonial-text {
    font-size: 22px;
    line-height: 38px;
}

.testimonial-text {
    text-align: center;
    margin: 20px 50px;
    font-family: "Merriweather", "Times New Roman", serif;
    font-size: 20px;
    line-height: 35px;
    quotes: '\201c' '\201d';
}

.testimonial-body {
    font-family: "Merriweather", "Times New Roman", serif;
}

.testimonial-text h3:before, .testimonial-body:before {
    content: open-quote;
}

.testimonial-text h3:after, .testimonial-body:after {
    content: close-quote;
}

.testimonial-single-text {
    text-align: center;
    margin: 20px 190px;
    font-family: "Merriweather", "Times New Roman", serif;
    font-size: 20px;
    line-height: 35px;
    quotes: '\201c' '\201d';
    width: 100%;

}

.testimonial-single-text h3:before {
    content: open-quote;
}

.testimonial-single-text h3:after {
    content: close-quote;
}

.testimonial-button a button, .testimonial-text {
    color: #0085AC;
}

.testimonial-button a button:hover {
    background: #0085AC;
    color: white;
}


.testimonial-button {
    font-size: 16px;
    line-height: 50px;
    margin-bottom: -25px;
    margin-top: 30px;
}

.testimonial-full .testimonial-button {
    margin-top: 30px;
}

.testimonial-affiliation {
    color: #666;
    text-align: center;
}

.testimonial-button a {
    background: white;
}

.testimonial-button a button {
    background: white;
    border: 1px solid #D8D8D8;
    height: 50px;
    color: #666666;
    padding: 0px 20px;
}

.module-full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.testimonial-name, .testimonial-affiliation {
    margin: 0 50px;
}

@media screen and (min-width: 1280px) {
    .testimonial-full .testimonial-text {
        width: 850px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 979px) and (min-width:767px) {
    .testimonial-full .testimonial-text {
        font-size: 20px;
        line-height: 35px;
    }

    .testimonial-text, .testimonial-body {
        line-height: 28px;
    }

    .testimonial-single-text {
        font-size: 18px;
        line-height: 28px;
    }
}
@media screen and (max-width:767px) {
    .testimonial-full .testimonial-text {
        font-size: 18px;
        line-height: 28px;
    }

    .testimonial-text, .testimonial-body {
        font-size: 18px;
        line-height: 28px;
    }

    .testimonial-single-text {
        font-size: 18px;
        line-height: 28px;
        margin: 20px 50px;
    }
}
