:root {
    --t-outline: -3px;
    --t-opacity: 1;
}
.testimonials {
    position: relative;
    z-index: 3;
    /*box-shadow: 0 15px 15px 0px rgb(0 0 0 / 2%);*/
}
.testimonial-wrapper {
    padding: 0 60px 75px 60px;
    width: 720px;
    margin: 0 auto;
    transition: all .7s ease;
    opacity: 1;
}
.testimonial-star {
    padding-right: 3px;
}
.testimonial-star:last-child {
    padding-right: 0;
}
.testimonial-star-wrapper {
    display: flex;
    justify-content: center;
}
.testimonial-stars-container {
    padding-bottom: 20px;
}
.t-person-container {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 40px;
    cursor: pointer;
}

.t-person-container img {
    height: 100%;
}
.testimonial-people-wrapper {
    justify-content: center;
}
.t-people-row:first-child {
    margin-bottom: 60px;
}
.t-person-wrapper {
    margin-right: 60px;
    position: relative;
    top:0;
}
.t-person-wrapper:last-child {
    margin-right: 0;
}
.t-person-active {
    position: relative;
}
.t-button-prev-container {
    display: flex;
    align-items: flex-end;
}
.t-button button {
    font-size: var(--buttonFontSize);
}
.testimonial-people-container {
    display: flex;
}
.t-person {
    background-color: var(--grey);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.t-person p {
    font-size: 1.125rem;
    color: var(--green);
    font-style: italic;
}
.t-section-name-container {
    width: 480px;
    flex-shrink: 0;
    border-top: 1px solid var(--blue);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px solid var(--blue);
}
.t-section-content-container {
    /*display: flex;*/
    justify-content: center;
    transition: all .7s ease;
}
.t-section-slider-controller-container {
    display: flex;
    justify-content: center;
    width: 100%;
}
.testimonials-header-container .section-name-container {
    padding-bottom: 0;
    padding-top: 150px;
}
.testimonials-extra-wrapper {
    width: 100%;
    padding: 150px 0;
    background-color: white;
}
.t-person {
    transition: all .7s ease;
}
.t-person p {
    transition: all .7s ease;
}
.t-person-active .t-person {
    background-color: var(--blue);
    transition: all .7s ease;
}
.t-person-active .t-person p {
    color: white;
    transition: all .7s ease;
}

@media only screen and (max-width: 1740px) {

}
@media only screen and (max-width: 1640px) {
    .t-section-name-container {
        width: 360px;
    }
}
@media only screen and (max-width: 1440px) {

}
@media only screen and (max-width: 1280px) {
    .testimonials {
        display: block;
    }
    .t-section-name-container {
        width: 100%;
        border-right: none;
    }
    .testimonials-header-container .section-name-container {
        padding-top: 75px;
        padding-bottom: 30px;
    }
    .testimonials-extra-wrapper {
        padding: 150px 0;
    }
}
@media only screen and (max-width: 900px) {
    .testimonial-wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .t-section-content-container {
        padding: 0 60px;
    }
}
@media only screen and (max-width: 768px) {
    .t-person-wrapper {
        margin-right: 30px;
    }
    .t-person-container {
        width: 60px;
        height: 60px;
        border-radius: 30px;
    }
    .t-person p {
        font-size: 1rem;
    }
    .t-section-content-container {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 575px) {
    .t-section-name-container {
        border-top: none;
    }
    .testimonials-header-container .section-name-container {
        padding-top: 0;
        padding-bottom: 0;
    }
    .t-person-container {
        width: 50px;
        height: 50px;
        border-radius: 25px;
    }
    .t-person p {
        font-size: 0.875rem;
    }
    .t-person-wrapper {
        margin-right: 15px;
    }
    .testimonials-extra-wrapper {
        padding: 75px 0;
    }
}
