.testimonies h2 {
    margin-bottom: 24px;
    text-align: center;
    padding-inline: 24px;
    text-wrap: balance;
}

@media screen and (min-width: 992px) {
    .testimonies h2 {
        margin-bottom: 48px;
        padding-left: 0px;
        text-align: left;
    }
}

@media screen and (min-width: 1024px) {
    .testimonies--container {
        padding-inline: 16px;
    }
}

@media screen and (min-width: 1024px) {
    .testimonies--slider {
        pointer-events: none;
    }
}

.testimonies--item {
    padding: 32px;
    border-radius: 16px;
    border: 1px solid var(--neutre-70);
    display: flex;
    gap: 32px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    min-height: 284px;
}

@media screen and (min-width: 992px) {
    .testimonies--item {
        border-radius: 24px;
        min-height: 284px;
        align-items: flex-start;
        text-align: left;
    }
}

.testimonies--item>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .testimonies--item>div {
        flex-direction: row;
        gap: 16px;
        text-align: left;
    }
}

.testimonies--item>div span {
    font-family: var(--radikal);
    font-size: 1rem;
    font-weight: 500;
    line-height: 26px;
}

.testimonies--item>div p {
    color: var(--neutre-40);
    font-family: var(--lato);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

.testimonies--item img {
    border-radius: 50%;
    width: 58px !important;
    height: 58px;
    aspect-ratio: 1/1;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonies--dots {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.testimonies--dots.disabled {
    display: none;
}

.testimonies--buttons {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    padding-inline: 24px;
}

@media screen and (min-width: 992px) {
    .testimonies--buttons {
        margin-top: 48px;
    }
}

.testimonies .owl-stage {
    margin-inline: auto;
}

/*# sourceMappingURL=style.css.map */