.testimonial-block .container {
    max-width: 1034px;
}

.testimonial-block__icon {
    font-family: var(--font-primary);
    color: #524FB8;    
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 0.5;
    position: relative;
    top: 20px;
}

.testimonial-block__quote {
    margin-bottom: 10px;
}

.testimonial-block__quote p {
    font-family: var(--font-primary);
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    font-weight: 500;
}

.testimonial-block__name {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}

.testimonial-block__name strong {
    font-weight: bold;
}

@media (max-width: 767px) {
    .testimonial-block__name strong {
        display: block;
    }
}

.testimonial-block__name em {
    font-weight: normal;
}

.testimonial-block__name em.orange {
    color: var(--color-orange);
}

.testimonial-block__name em.black {
    color: var(--color-black);
}

:where(.bg-orange, .bg-blue, .bg-light-blue, .bg-lighter-blue) .testimonial-block__content {
    padding: 50px 70px;
    background: var(--color-white);
    color: var(--color-blue);
    position: relative;
}

.js-testimonial-block__content .slick-arrow {
    position: absolute;
    left: 0;
    top: 25%;
    transform: translate(0,25%);
    font-size: 0;
    border: none;
    background: none;
}

.js-testimonial-block__content .slick-prev:before {
    content: '\e915';
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.js-testimonial-block__content .slick-prev:before,
.js-testimonial-block__content .slick-next:before {
    font-size: 25px;
}

.js-testimonial-block__content .slick-prev {
    left: -60px; 
}

.js-testimonial-block__content .slick-next:before {
    content: '\e917';
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.js-testimonial-block__content .slick-next {
    left: initial;
    right: -60px; 
}

.js-testimonial-block__content > .multiple-tesitmonial-item {
    display: none;
}

.js-testimonial-block__content > .multiple-tesitmonial-item:first-child {
    display: block;
}