.testimonial-wrapper {
    max-width: 850px;
    height: 100%;
    margin: auto;
    display: block;
    text-align: center;
    padding: 20px;
}

.testimonial-wrapper * {}

.quote {
    margin: auto;
    display: block;
    padding: 30px;
}

.quote img {
    margin: auto;
}

.checked {
    color: #a0282d;
}

.unchecked {
    color: #fff;
}

.fa-star {
    font-size: 25px;
    width: 30px;
}

.testimonial-quote {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.testimonial-text {
    /* line-height: 2; */
    font-size: 14px;
    color: #525252;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.customer {
    font-size: 30px;
    font-weight: bold;
    color: #525252;
    margin: 0;
}

.title {
    font-size: 16px;
    font-style: italic;
    color: #525252;
    margin: 0;
}

.testimonial {
    background-color: #f2f2f2;
    border: 1vw solid #fff;
}
