

.testimonial-section {
    max-width: 800px;
	margin:auto;
    text-align: center;
	font-family: "Public Sans", sans-serif; font-size:1.1em;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.testimonial-pic {}

.testimonial-pic img {
    width: 150px;
    filter: grayscale(1);
    margin: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.testimonial-pic img.active {
    filter: grayscale(0);
    border-radius: 50%;
}

.testimonial {}

.testimonial .content {
    display: none; margin:20px 0 20px 0;
}

.testimonial .content.active {
    display: block;
}

.testimonial .content p:nth-child(2) {
    font-weight: bold;
}
