/* testimonial slider */
.testimonial-item {
	border: 1px solid rgba(255,255,255,0.31);
	border-radius: 22px;
	padding: 25px;
	font-family: "Unbounded", Sans-serif;
	line-height: 1.2em;
	color: #fff;
	max-width: 445px;
}
.testimonial-text {
	font-family: "Unbounded", Sans-serif;
	font-size: 15px;
	font-weight: 300;
	
}
.testimonial-name {
	font-size: 13px;
	font-weight: 500;

}
.testimonial-designation {
	font-size: 13px;
	font-weight: 400;
}
.testimonial-image-name {
	display: flex;
	gap: 10px;
	align-items: center;
}