.testimonial-section-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.testimonial-section {
    background-color: var(--site-color-100);
    padding: 50px 0px;
}

.testimonial-section-header > h3 {
    font-weight: bold;
    color: var(--site-color-1000);
    text-transform: uppercase;
}

.testimonial-section-header > p {
    margin: 0px;
}

.testimonial-section-slides {
    width: 100%;
}

.testimonial-section-header, .testimonial-section-slide {
    background-color: var(--site-color-300);
    border-radius: 10px;
    padding: 10px;
}

.testimonial-section-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-section-slide-img {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-section-slide-img > img {
    max-width: 100px;
    max-height: 100px;
}

.testimonial-section-slide-message {
    padding: 10px 15px;
}

.testimonial-section-slide-message > p {
    display: inline;
    margin: 0px 5px;
}
