.custom-testi-cont-main {
	font-size: 30px;
    color: #fff;
    font-family: 'PP Mori Regular', sans-serif;
    font-weight: 400;
    text-align: left;
    line-height: 1.3;
}

.custom-testi-by {
	font-family: 'PP Mori Regular', sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 3rem;
    text-align: center;
}

.custom-testi-slide-inner {
	padding: 0 6rem;
}

.custom-testi-cont {
	position:relative;
	padding-left: 5rem;
}

.custom-testi-cont::before {
	content:'';
	display:block;
	width:47px;
	height:41px;
	background: url('/wp-content/uploads/2024/10/quote.png') no-repeat center;
	background-size:contain;
	position:absolute;
	left:0;
	top:0;
}

.custom-testimonial-slider-wrap .slick-dots {
	text-align:center;
}

@media (max-width:1180px) {
	.custom-testi-cont-main {
		font-size: 28px;
	}
} /* END 1180px */

@media (max-width:910px) {
	.custom-testi-cont-main {
		font-size: 24px;
	}

	.custom-testi-slide-inner {
		padding:0 2rem;
	}
	
	.custom-testi-by {
		font-size:13px;
		margin-top:2rem;
	}
} /* END 910px */

@media (max-width:600px) {
	.custom-testi-cont-main {
		font-size:20px;
	}

	.custom-testi-slide-inner {
		padding:0 3rem;
	}
	
	.custom-testi-cont::before {
		position:static;
	}
	
	.custom-testi-cont-main {
		margin-top:1rem;
		text-align:center;
	}
	
	.custom-testi-cont {
		padding-left:0;
	}
	
	.custom-testi-cont::before {
		width:32px;
		height:32px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.custom-testi-by {
		text-align:center;
	}
	
	.custom-testimonial-slider-wrap .slick-dots {
		text-align:center;
	}
} /* END 600px */