.patient-testimonial {
    padding: 60px 128px 57.6px 128px;
    background-color: var(--wp--preset--color--theme-color-seven);
    border-radius: 10px;
}
.patient-testimonial .slick-dotted.slick-slider {
    margin-bottom: 20px;
}
.patient-testimonial-wrapper h6 { 
    color: var(--wp--preset--color--theme-color-one);
    font-size: 24px;
    line-height: 24px;
    font-family: 'europa';
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 25px;
}
.patient-testimonial .slide-count {
    text-align: center;
}
.patient-stories-left-content h6 {
    color: var(--wp--preset--color--theme-color-two);
    font-size: 24px;
    line-height: 32px;
}
.patient-stories-left-content h6 {
    color: var(--wp--preset--color--theme-color-two);
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    padding-bottom: 8px;
    font-family: 'TiemposHeadline-Semibold';
}
.patient-stories-left-content p {
    color: var(--wp--preset--color--theme-color-six);
    font-size: 16px;
    line-height: 24px;
    font-family: 'europa';
    font-weight: 500;
    margin: 0;
}
.patient-testimonial .slide-count {
    text-align: center;
    color: var(--wp--preset--color--theme-color-six);
    font-size: 18px;
    line-height: 21px;
    font-family: 'europa';
    font-weight: bold;
}
.patient-testimonial-wrapper {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
    padding-right: 30px;
}
.patient-testimonial-wrapper:before {
    position: absolute;
    content: "";
    background: url(../../../images/icon-left-quote-orange.svg);
    width: 32px;
    height: 24px;
    left: -75px;
    top: 48px;
    bottom: 0;
    right: auto;
    background-size: cover;
    background-repeat: no-repeat;
}
.patient-testimonial-wrapper:after { 
    position: absolute;
    content: "";
    background: url(../../../images/icon-right-quote-orange.svg);
    width: 32px;
    height: 24px;
    left: auto;
    top: 48px;
    bottom: 0;
    right: -40px;
    background-size: cover;
    background-repeat: no-repeat;
}
.patient-testimonial-wrapper .slick-next {
    right: -25px;
    left: 0;
    top: auto;
    bottom: -43px;
    text-align: center;
    margin: 0 auto;
    right: 0px;
}
.patient-testimonial-wrapper .slick-next:before {
    position: absolute;
    content: "";
    background: url(../../../images/icon-link-arrow-right.svg);
    height: 16px;
    width: 16px;
    background-size: cover;
    opacity: 1;
    left: 65px;
}
.patient-testimonial-wrapper .slick-prev {
    left: 0;
    top: auto;
    bottom: -43px;
    text-align: center;
    margin: 0 auto;
    right: 145px;
}
.patient-testimonial-wrapper .slick-prev:before {
    position: absolute;
    content: "";
    background: url(../../../images/icon-link-arrow-left.svg);
    height: 16px;
    width: 16px;
    background-size: cover;
    opacity: 1;
}
.patient-testimonial .slick-dots {
    display: none !important;
}
@media only screen and (max-width : 991px) {
    .patient-testimonial {
        padding: 60px 100px 57.6px 100px;
    }
    .patient-testimonial-wrapper:after {
        right: -70px;
    }
    .patient-testimonial-wrapper {
        padding-right: 0;
        max-width: 100%;
    }
}
@media only screen and (max-width : 767px) {
    .patient-testimonial {
        padding: 31.69px 33px 32px 33px;
        border-radius: 0;
    }
    .patient-testimonial-wrapper h6 {
        padding-bottom: 16px;
        font-size: 24px;
        line-height: 32px;
    }
    .patient-testimonial-wrapper:before {
        top: 40px;
        bottom: 0;
        right: auto;
        left: 0;
    }
    .patient-testimonial-wrapper:after { 
        left: 50px;
        top: 40px;
        bottom: 0;
        right: auto;
    }
    .patient-stories-left-content h6 {
        padding-top: 40px;
        letter-spacing: -0.24px;
        padding-bottom: 16px;
        font-size: 24px;
        line-height: 32px;
    }
    .patient-testimonial {
        margin-left: calc(-100vw / 2 + 100% / 2);
        margin-right: calc(-100vw / 2 + 100% / 2);
        max-width: 100vw;
    }
    .patient-testimonial .slick-dotted.slick-slider {
        margin-bottom: 36.31px;
    }
    .patient-testimonial-wrapper .slick-prev {
        bottom: -60px;
    }
    .patient-testimonial-wrapper .slick-next {
        bottom: -60px;
    }
}