.testimonial-section{align-items:center;display:flex;flex-direction:column;gap:30px;justify-content:center;text-align:center}.testimonial-pic{display:flex;gap:20px}.testimonial-pic .img{border-radius:50%;cursor:pointer;display:inline-block;filter:grayscale(1);height:100px;overflow:hidden;position:relative;transition:.3s;width:100px}.testimonial-pic .img.active{filter:grayscale(0)}.testimonial-pic .img img{height:auto;width:100%}.testimonial{background-color:#fff;border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.2);padding:3em}.testimonial .content{display:none}.testimonial .content p:first-child{margin-top:0}.testimonial .content p:last-child{margin-bottom:0}.testimonial .content.active{display:block}.testimonial .content p:nth-child(2){font-weight:700}