.testimonials__item {
    display: -webkit-box;
    background-image:
        url("/wp-content/themes/kn/img/team_pattern.webp"),
        linear-gradient(to right, #f5eacb, #b9a878);
    padding: 40px 80px;
    border-radius: 16px;
    border: 8px solid var(--white);
}

.testimonials__content {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-direction: column;
}

.testimonials__portrait-author {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-top: 20px;
    border-top: 1px solid white;
}

.testimonials__portrait img {
    height: 72px;
    width: 72px;
    border-radius: 6px;
    border: 1px solid var(--white);
    box-shadow: 0 0 0 4px #ffffff54;
}

.testimonials__quote {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: var(--text);
    text-align: center;
}

.testimonials__quote::before {
    background-image: url("/wp-content/themes/kn/img/quote.svg");
    content: "";
    height: 42px;
    width: 56px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

.testimonials__author {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    color: var(--white);
}

.testimonials__nom {
    font-weight: 700;
}

.testimonials__poste {
    font-size: 12px;
}
