.testimonials-landing-page {
    padding-top: 25vh;
}

.header-text > .container {
    padding-left: 0;
    padding-right: 0;
}

.block-quote {
    max-width: 682px;
    margin-left: auto;
    margin-right: auto;
}

.block-quote h2 {
    font-weight: 400;
    line-height: 1.5;
}

.sub-featured-testimonial .image {
    border: 2px solid var(--color-blue);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

@media(min-width:1025px) {
    .sub-featured-testimonial:nth-child(even) > .flex-container {
        flex-direction: row-reverse;
    }
    
    .sub-featured-testimonial:first-child .image {
        margin-left: -160px;
        margin-top: -160px;
    }
    
    .sub-featured-testimonial:last-child .image {
        margin-right: -160px;
    }
}

@media(min-width:1300px) {
    .sub-featured-container {
        margin-top: 200px !important;
    }

    .sub-featured-testimonial:first-child .image {
        margin-left: -180px;
        margin-top: -200px;
        flex-basis: 65%;
    }

    .sub-featured-testimonial:last-child .image {
        margin-right: -180px;
        /* margin-bottom: -200px; */
        flex-basis: 65%;
    }
}

.testimonials-landing-page .title.hairline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.testimonials-landing-page .title.hairline::before,
.testimonials-landing-page .title.hairline::after {
    content: "";
    height: 1px;
    background-color: var(--color-grey);
    flex: 1;
}

.testimonials-carousel .testimonial-item {
    width:80%;
    margin-right:32px;
}

@media(min-width:768px) {
    .testimonials-carousel .testimonial-item {
        width:50%;
        margin-right:48px;
    }
}

@media(min-width:1025px) {
    .testimonials-carousel .testimonial-item {
        width: 30%;
        margin-right: 48px;
    }
}

.testimonials-carousel .flickity-viewport {
    overflow: visible;
}