/* CSS Document */
body {
    background-color: #eef3f7;
    padding: 60px;
	height:100vh;
}
.testimonial-one__client-title {
	margin-top:10px;
	margin-bottom: 10px;
}
.testimonial-one__client-title span {
	margin-right:30px;
}
.testimonial-one__client-details {
	margin-left:0px;
	padding-left: 0px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.testimonial-one__text {
	margin-top: 10px;
	display: inline-block;
	-webkit-line-clamp: initial;
	height: auto;
	overflow: hidden;
	max-height: initial;
}
.job-box .testimonial-one__text {
	color:var(--thm-gray);
	height: auto;
	display: initial;
	-webkit-line-clamp: initial;
}
.job-box .testimonial-one__text h2 {
	font-size:16px;
	font-weight:bold;
	color:var(--thm-gray);
	margin-top:20px;
}
.team-left { 
	width:33%;
	float:left;
}
.team-left img {
	display:block;
	width:260px;
	height: 260px;
	border-radius: 260px;
	max-width: 90%;
}
.team-right {
	width:67%;
	float:left;
}

@media (max-width: 767px) {
	body {
	    padding: 20px;
	}
	.team-left img {
		width:150px;
		height: 150px;
		border-radius: 150px;
		margin: 0 auto;
	}
	.team-left {
		width:100%;
		float:left;
		display: none;
	}
	.team-right {
		width:100%;
	}
	
}<!--0.00024199485778809-->