.custom-testi-slide-inner {
	border-radius: 16px;
	border: 1px solid #92D500;
	background: #FBFCFC;
	box-shadow: 0px 9px 20px 0px rgba(44, 50, 27, 0.05), 0px 36px 36px 0px rgba(44, 50, 27, 0.04), 0px 80px 48px 0px rgba(44, 50, 27, 0.03), 0px 142px 57px 0px rgba(44, 50, 27, 0.01), 0px 222px 62px 0px rgba(44, 50, 27, 0.00);
	text-align:center;
	padding: 2.5rem;
}

.custom-testimonial-slider-wrap .slick-track {
	padding-top: 70px;
	padding-bottom: 70px;
}

.custom-testimonial-slider {
	padding:0 20px;
}

.custom-testi-cont-main * {
	color: #2C321B;
	font-size:20px;
	font-weight:400;
	line-height:1.5;
}

.custom-testi-img {
	width:117px;
	height:117px;
	border-radius:91px;
	border: 5px solid #92D500;
	margin:2rem auto 0 auto;
	overflow:hidden;
}

.custom-testi-name {
	color: #2C321B;
	font-family: Anton;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
	margin-top:1rem;
}

.custom-testi-location {
	color: #646659;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

.custom-testi-slide-inner::before {
	content:'';
	display:block;
	background:no-repeat center url('/wp-content/uploads/2023/12/icon-quote-testimonial.png');
	background-size:contain;
	width:73px;
	height:57px;
	margin:0 auto;
	margin-top: -80px;
}

.custom-testi-cont-main {
	margin-top:2rem;
}

/* Responsive */
/* Tablet */
@media (max-width:1180px) {
	.custom-testi-cont-main * {
		font-size:18px;
	}
	
	.custom-testi-name {
		font-size:22px;
	}
	
	.custom-testi-location {
		font-size:18px;
	}
	
	.custom-testi-img {
		width:100px;
		height:100px;
	}
} /* END 1180px */

@media (max-width:910px) {
	.custom-testimonial-slider {
		padding:0 15px;
	}
	
	.custom-testimonial-slider-wrap {
		padding:0 20px;
	}
} /* END 910px */

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