.y25-testimonial-wrapper{
    width: min(100%, 1440px);
    margin-left: auto;
    margin-right: auto;
    padding:clamp(1rem, 0.342rem + 3.009vw, 3rem);
}
.glide__track.y25-testimonial-row {
    margin-right: 0;
}
.y25-testimonial-column.glide__slide
 {
    flex: 1 1 0;
    padding: 2rem 1rem;
    min-width: 200px;
    height: auto;
    display: flex;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.y25-testimonial-logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3.125rem;
    margin-bottom: 2rem;
}
.y25-testimonial-logo-wrapper img {
    max-height: 3.125rem;
    max-width: 80%;
    object-fit: contain;
}
.y25-testimonial-author-wrapper img {
    width: 3.75rem;
    height: 3.75rem;
}
.y25-testimonial-quote-wrapper {
    margin-bottom: 1rem;
}
p.y25-testimonial-author-name{
    text-transform: uppercase;
}
