.testimonial-slider {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 582px;
    margin-top: 80px;
    margin-bottom: 65px;
}

.testimonial-slider-track {
    position: relative;
}

.testimonial-slider .testimonial {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 500ms ease-in-out;
    width: 100%;
}

.testimonial-slider .testimonial.is-active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    z-index: 1;
}

.testimonials-block .content p {
    font-size: 31px;
    font-family: 'ForoRounded';
    line-height: 47px!important;
    font-style: italic;
    display: block;
}

.testimonials-block .content:before{
    content: "";
    background-image: url('../../img/quote.png');
    background-repeat: no-repeat;
    width: 74px;
    height: 62px;
    display: inline-block;
    position: absolute;
    left: -133px;
}

.testimonials-block .title {
    color: #CDD4DA;
}

.testimonial-slider-dots {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 32px;
}

.testimonial-slider-dot {
    background: #CDD4DA;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 11px;
    padding: 0;
    transition: background-color 200ms ease, transform 200ms ease;
    width: 11px;
}

.testimonial-slider-dot.is-active,
.testimonial-slider-dot:hover,
.testimonial-slider-dot:focus {
    background: #415968;
    transform: scale(1.18);
}

.testimonial-slider-dot:focus {
    outline: 2px solid #415968;
    outline-offset: 4px;
}
