.wp-block-firsttracks-page-section.is-testimonials {
    padding: 3rem 1rem;
}
.is-testimonials :is(.testimonial-heading, .testimonial-slides) {
    max-width: var(--wide-size);
    margin-left: auto;
    margin-right: auto;
}
.is-testimonials .testimonial-heading {
    font-size: 1.8125rem;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 2rem;
}
.is-testimonials .testimonial-heading>:is(h1,h2,h3,h4,h5,h6) {
    max-width: 65rem;
}

.is-testimonials .testimonial-slides {
    position: relative;
}

.is-testimonials .testimonial-slide {
    gap: 1.5rem;
}

.is-testimonials .testimonial-slides .testimonial-slide {
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.5s;
}

.is-testimonials .testimonial-slides .testimonial-slide.current-item {
    opacity: 1;
    pointer-events: auto;
}

.is-testimonials .testimonial-column-1 p:first-child::before {
    content: '\201C';
    display: block;
    font-size: 5.375rem;
    line-height: 1;
    margin-bottom: 1rem;
    font-family: Portrait, serif;
    height: 2.25rem;
    overflow: hidden;
}
.is-testimonials .testimonial-column-1 p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}
.is-testimonials .testimonial-column-1 p:last-of-type:not(:only-of-type) {
    font-size: 1rem;
}
.is-testimonials .testimonial-navigation .wp-block-button a {
    font-size: 0;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    padding: .75rem 0;
    text-align: center;
}
.is-testimonials .testimonial-navigation .wp-block-button a span {
    font-size: 1rem;
}

@media (min-width: 48em) {
    .wp-block-firsttracks-page-section.is-testimonials {
        padding: 6.5rem 2.5rem;
    }
    .is-testimonials .testimonial-heading {
        font-size: 3.375rem;
        line-height: 1.2;
        margin-bottom: 3rem;
    }
    .is-testimonials .testimonial-column-1 p {
        font-size: 1.375rem;
        margin-bottom: 1.5rem;
    }
    .is-testimonials .testimonial-column-1 p:last-of-type:not(:only-of-type) {
        font-size: 1.125rem;
    }
    .is-testimonials .testimonial-navigation .wp-block-button a {
        width: 3rem;
        height: 3rem;
    }
    .is-testimonials .testimonial-slide {
        gap: 3rem;
    }
}