/* 고객수기 작성자 - 회색 배경 제거 + 청록색 */

/* reviews 페이지 */
.testimonials-grid .testimonial-author strong {
    color: #099F97 !important;
    background: transparent !important;
    padding: 0 !important;
}

/* 프론트 페이지 미리보기 */
.testimonials-grid-preview .testimonial-author strong {
    color: #099F97 !important;
    background: transparent !important;
    padding: 0 !important;
}
