.testimonialList {
	padding: 80px 0;
}
.testimonialList .Page_title {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size: clamp(28px, 2.77778vw, 40px);
	line-height: 100%;
	letter-spacing: 0%;
	color: #232D39;
	text-align: center;
	position: relative;
	margin: 0;
	padding-bottom: 40px;
	
}
.testimonialList .Page_title::after {
	content: "";
	display: block;
	width: 80px;
	height: 5px;
	background-color: #68FC96;
	margin: 16px auto 0;
	border-radius: 2px;
}
.listRow {
	display: flex; 
	align-items: stretch;
	justify-content: space-between;
	gap: 40px;
	row-gap: 65px;
	flex-wrap: wrap;
}
.listColumn {
	padding: 51px 30px 30px 30px;
	position: relative;
	border-radius: 15px;
	border: 1px solid #F0F0F0;
	flex: 0 0 556px;
	max-width: 556px;
}
.testDesc , .testDesc a , .testDesc ul li , .testDesc ol li {
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #808080;
	margin: 0 !important;
	display: inline;

	/*display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden; */
}
.testDesc  li a{
	color: #68FC96 !important;
}
.testDesc ul ,.testDesc ol {
	padding-left: 20px;
	margin: 0;
}
.testDesc  a:hover,.testDesc  a:focus {
	text-decoration: underline;
}
/* Expanded state 
.testDesc.expanded {
	-webkit-line-clamp: unset;
	display: block;
}
*/
.read-toggle {
	font-family: "Outfit", sans-serif;
	display: inline;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #2BB673;
	cursor: pointer;
	font-weight: 400;
	margin-left: 6px;
  white-space: nowrap;
}
.testTitle {
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	padding-top: 15px;
	color:#232D39;
	margin: 0 !important;
}
.testDesc {
	transition: all 0.3s ease;
}

.listColumn::before {
    content: '';
    position: absolute;
    background-image: url(../images/testimonial_img.svg);
    background-repeat: no-repeat;
    background-size: auto;
    top: -37px;
    left: 28px;
    height: 45%;
    width: 40%;
}
@media (min-width: 931px) and (max-width: 1215px) {
	.listColumn {
		flex: 0 0 40%;
		max-width: 40%;
	}
	
}
@media (min-width: 768px) and (max-width: 930px) {
	.listColumn {
		flex: 0 0 38%;
		max-width: 38%;
	}
	
}

@media (max-width: 767px) {
	.listColumn::before {
	    background-size: 50px;
	    top: -28px;
	  
	}
	.listRow{
		flex-direction: column;
		row-gap: 55px;
	}
	.testimonialList {
		padding: 50px 0;
	}
	.listColumn {
	 padding: 35px 20px 20px 20px;
	flex: 0 0 100%;
		max-width: 100%;
	}
}
