.vulcan-studio-testimonial {
	max-width: 1331px;
	margin: 120px auto 0;
	background: var(--wp--preset--color--vulcan-light-black);
	position: relative;
}


.vulcan-studio-testimonial h2 {
	text-align: left;
	margin: 0 auto 22px;
	text-transform: capitalize;
/*	max-width: calc(100% - 200px - 40px);*/
}

.vulcan-studio-testimonial:before {
	content: '';
	position: absolute;
	background-image: url( '../../images/quote.png' );
	background-size: contain;
	background-repeat: no-repeat;
	height: 120px;
	width: 120px;
	right: 250px;
	top: 100px;
	opacity: 5%;
}

.vulcan-studio-testimonial .no-posts {
	color: var(--wp--preset--color--vulcan-light-white);
	text-align: center;
}

.vulcan-studio-testimonial h5 {
	display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.vulcan-studio-testimonial h5:before {
	content: '';
	background: var(--wp--preset--color--vulcan-light-white);
	height: 1px;
	width: 10px;
}

.testimonial-list .desc {
	margin: 0 auto 20px;
	max-width: calc(100% - 200px);
}

.testimonial-list .list-info {
	text-align: center;
	position: relative;
	box-sizing: border-box;
}

.testimonial-list .slick-slide {
	opacity: 1;
}

.testimonial-list ul.slick-dots li button {
	background: var(--wp--preset--color--vulcan-light-white);
    border: 0;
    color: transparent;
    width: 10px;
    height: 10px;
    border-radius: 50%;
	padding: 6px;
}

.testimonial-list ul.slick-dots:has(li:only-child) {
	display: none;
}

.testimonial-list ul.slick-dots li {
	opacity: 0.5;
}

.testimonial-list ul.slick-dots li.slick-active {
	opacity: 1;
}

.testimonial-list ul.slick-dots {
	margin: 0;
	display: flex;
	column-gap: 10px;
	align-items: center;
	justify-content: center;
	list-style-type: none;
	padding: 0;
}

@media screen and (max-width: 1367px) {

	.vulcan-studio-testimonial h2 {
		max-width: calc(100% - 60px);
	}
}

@media screen and (max-width: 951px) {

	.vulcan-studio-testimonial {
		padding: 0 23px;
		max-width: 100%;
		margin-top: 40px;
	}

	.vulcan-studio-testimonial h5 {
		font-size: var(--wp--preset--font-size--vulcan-responsive-normal);
	    line-height: 28px;
	}

	.vulcan-studio-testimonial h2 {
		font-size: var(--wp--preset--font-size--vulcan-regular);
    	line-height: 36px;
    	margin-bottom: 14px;
    	max-width: 100%;
	}

	.testimonial-list .list-info .desc {
		margin-bottom: 15px;
	    font-size: var(--wp--preset--font-size--vulcan-responsive-body);
	    line-height: 26px;
	    max-width: calc(100% - 100px);
	}

	.vulcan-studio-testimonial:before {
		right: 180px;
		width: 80px;
		height: 80px;
		top: 40px;
	}
}

@media screen and (max-width: 569px) {

	.vulcan-studio-testimonial h2,
	.testimonial-list .list-info .desc {
		max-width: 100%;
	}

	.testimonial-list .slick-slide {
		margin: 0 10px;
	}

	.vulcan-studio-testimonial:before {
        right: 70px;
    }
}

@media screen and (max-width: 376px) {

	.vulcan-studio-testimonial:before {
		right: 50px;
	}
}