.single-testimonial {
	position: relative;	
	width: 100%;
	margin:0 auto;
	padding:0 30px 0 30px;
	z-index:20;
}

.st-carousel .slick-list {
    padding:0 0 0 0 !important;
}

.st-carousel {
    position: relative;
}

.st-carousel:after {
    content: '';
    width: 164px;
    height: 180px;
    filter: invert(95%) sepia(10%) saturate(1583%) hue-rotate(7deg) brightness(83%) contrast(89%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='m221 91h-130c-11.028 0-20 8.972-20 20v290c0 11.028 8.972 20 20 20h40c14.185 0 19.635-11.178 19.982-19.185 0 0 90.018-290.313 90.018-290.815 0-11.028-8.972-20-20-20zm-79.775 308.518c-.149.48-.225.979-.225 1.482 0 .025-.079 2.728-1.347 5.264-1.616 3.231-4.365 4.736-8.653 4.736h-40c-5.514 0-10-4.486-10-10v-290c0-5.514 4.486-10 10-10h130c5.284 0 9.624 4.12 9.977 9.316zm279.775-308.518h-130c-11.028 0-20 8.972-20 20v290c0 11.028 8.972 20 20 20h40c14.185 0 19.635-11.178 19.982-19.185 0 0 90.018-290.313 90.018-290.815 0-11.028-8.971-20-20-20zm-79.775 308.518c-.148.48-.225.979-.225 1.482 0 .025-.079 2.728-1.347 5.264-1.616 3.231-4.365 4.736-8.653 4.736h-40c-5.514 0-10-4.486-10-10v-290c0-5.514 4.486-10 10-10h130c5.284 0 9.624 4.12 9.977 9.316z' fill='%23000000' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: auto;
    background-size: 164px 180px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top:0;
    z-index: -1;
    opacity: 0.2;
}

.st-carousel .st-content {
    padding: 30px;
}

.st-content .st-text p {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: .02em;
    color: #ffffff;
    text-align: center;
    margin: 8px 0 0 0;
    padding: 0 18%;
}

.st-content .st-author,
.st-content .st-occupation {
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 2.15em;                                                                                                           
}

.st-content .st-author {
    text-transform: uppercase;
}

.st-carousel ul.slick-dots {
    margin: 0px;
}

.st-carousel .slick-dots {
    bottom: 0px!important;
}

.st-carousel .slick-dots li button {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
	
.st-carousel .slick-dots li button::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #ffffff!important;
    opacity: 1!important;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.st-carousel .slick-dots li.slick-active button {
    background-color: #ffffff;
    border: 2px solid  #ffffff!important;
}

.st-carousel .slick-dots li.slick-active button::before {
    background-color: var(--neutral-4)!important;
}


.st-carousel.slick-dotted.slick-slider {
    margin-bottom: 0px!important;
}

@media screen and (max-width:767px) {
    .single-testimonial {
        padding: 0px;
    }

    .st-carousel .st-content {
        padding: 40px 20px 20px 20px;
    }

    .st-content .st-text p {
        font-size: 20px;
        padding: 0 10px;
    }

}