.slider-testimonials {
    overflow: hidden;
}

.slider-testimonials.background {
    background: var(--medium-blue);
}

.slider-testimonials--header {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

@media screen and (min-width: 1296px) {
    .slider-testimonials--header {
        padding: 0;
        flex: 1;
        flex-direction: row;
        justify-content: space-between;
    }
}

.slider-testimonials--container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (min-width: 992px) {
    .slider-testimonials--slider {
        order: 3;
        /* flex: 1; */
    }
}

@media screen and (min-width: 992px) {
    .slider-testimonials--container {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

.slider-testimonials--navigation {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    .slider-testimonials--navigation {
        order: 2;
        justify-content: flex-end;
    }
}

.slider-testimonials--notice {
    color: var(--accent-1);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.slider-testimonials--notice>div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.slider-testimonials--notice .notice-stars {
    display: flex;
    gap: 1px;
}

.slider-testimonials--notice .notice-stars img {
    height: 12px;
    width: 12px;
    -o-object-fit: contain;
    object-fit: contain;
}

.slider-testimonials--notice .number {
    font-family: var(--aileron);
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: block;
    position: relative;
}

.slider-testimonials--notice .number::after {
    content: '';
    height: 8px;
    width: 100%;
    border-top: 1px solid var(--accent-1);
    background: var(--white);
    position: absolute;
    bottom: 0;
    left: 0;
}

.slider-testimonials--notice .legend {
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 170%;
}



.slider-testimonials .owl-carousel .owl-stage-outer {
    overflow: visible;
    margin-left: -16px;
}

@media screen and (min-width: 1296px) {
    .slider-testimonials .owl-carousel .owl-stage-outer {
        margin-left: -148px;
    }
}

.slider-testimonials h2 {
    color: var(--accent-1);
}