.testimonials-post-wrapper{
    grid-template-columns: repeat(2, 1fr);
    margin: 30px auto;
    grid-gap: 60px;
    display: grid;
}

.testimonials-post-wrapper article header h4 {
    padding-right: 20px;
    display: inline-block;
    font-size: 14px;
}

.testimonials-wrapper article .summary-content .quote {
    color: #cf6206;
    font-size: 18px;
    font-weight: 700;
}
.testimonials-wrapper article .summary-content {
    padding-top: 5px;
    padding-bottom: 10px;
}

.testimonials-wrapper article .testimonial-author{
    font-size: 22px;
    word-wrap: break-word;
    margin-top: 36px;
    color: #cf6206;
    font-weight: 700;
}

.testimonials-wrapper article header img {
    height: 21px;
    padding-right: 5px;
    display: inline-block;
    width: auto;
}

h2.testimonial-author:before { display: none;}

@media (max-width: 768px) {
    .testimonials-post-wrapper {
        display: block;
    }
}
