.testimonials-inner h2 {
    max-width: 35rem;
    margin: auto;
}

.testimonial {
    padding: 32px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(82, 82, 82, 0.1);
    border-radius: 10px;
}

