.custom-testi-cont-main {
	color: #FFF;
	font-family: "Instrument Sans", sans-serif;
	font-size: 38px;
	font-weight: 500;
	line-height:1.3;
}

.custom-testi-cont-main strong {
	font-weight:500;
	color: #2FA8DF;
}

.custom-testi-sub-cont-main {
	color: #FFF;
	font-family: "Instrument Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin-top:2rem;
}

.custom-testi-by,
.custom-testi-loc {
	color: #FFF;
	font-family: "Instrument Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.custom-testi-loc {
	font-weight: 600;
}

.custom-testi-cont-main {
	position:relative;
}

.custom-testi-cont-main * {
	display:inline;
}

.custom-testi-cont-main::before {
	content:'';
	width:40px;
	height:25px;
	background:no-repeat center url('/wp-content/uploads/2025/08/icon-testi-quote.png');
	background-size:contain;
	display:inline-block;
	margin-right:2rem;
}

.custom-testi-cont {
	max-width:1080px;
	margin:0 auto;
}

.custom-testi-by {
	margin-top:6rem;
}

.custom-testimonial-slider-wrap .slick-arrow {
	position: absolute !important;
	right: 0;
	left: auto !important;
	bottom: 0;
	top: auto;
}

.custom-testimonial-slider-wrap .slick-prev {
	right:2rem !important;
}

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

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

@media (max-width:600px) {
	.custom-testi-cont-main {
		font-size:24px;
	}
	
	.custom-testi-sub-cont-main {
		font-size:16px;
	}
	
	.custom-testi-by, .custom-testi-loc {
		font-size:14px;
		padding-right:6rem;
	}
	
	.custom-testi-by {
		margin-top:4rem;
	}
}
/* END 600px */