.tp-testimonials {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.tp-testimonial {
    background: #f9f9f9;
    border-left: 4px solid #0073aa;
    padding: 15px;
    flex: 1 1 300px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.tp-thumb img {
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.tp-author {
    font-weight: bold;
    margin-top: 10px;
}
