﻿/* Slick / testimonial layout fixes
   Prevent flex overflow and text clipping
*/

.split_content__container,
.testimonial-column,
.testimonials__right,
.testimonials__right > div,
.testimonials__right p {
    min-width: 0 !important;
    max-width: 700px;
    width: 100%;
    overflow: hidden;
    text-overflow: initial;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    box-sizing: border-box;
}

.testimonial-column {
    max-width: 700px;
    min-width: 0 !important;
    width: 100%;
    flex: 0 1 700px;
    box-sizing: border-box;
}

.testimonials__right p {
    font-size: 1.25rem;
    line-height: 1.7;
    margin: 0 0 12px 0;
    text-align: left;
    display: block;
}

    .testimonials__right p::before {
        content: none !important;
    }

.testimonials__right .customer {
    white-space: normal !important;
    text-align: left;
}

@media (max-width: 900px) {
    .testimonial-column {
        max-width: 98vw;
        padding: 0;
    }

    .testimonials__right > div {
        padding: 24px 8px 16px 8px;
    }

    .testimonials__right p {
        font-size: 1rem;
    }
}
