.testimonials-2-cont {
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #f8fafc; 
}

.testimonials-2 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin: 10px;
	background: #6AB0C4;

}

.testimonials-2-title {
	font-size: 24px;
	padding: 20px;
}

.testimonials-2-wrap {
	width: 100%;
	height: 100%;
	
}

.t-2-slide {
	width: 100%;
    padding: 20px 20px 0 20px;
}

.t-2-img {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border: 8px solid #f8fafc;
    object-fit: cover;
    object-position: 50% 50%;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	transform: scale(1);
}
.t-2-img:hover {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}
.t2-icon {
    position: absolute;	
    left: 10px;
    top: -10px;
	background: #5C97A8;
	padding: 15px;
}
.t2-icon i {
	font-size:30px;
}

.t-2-detiles {
	display: block;
	padding: 20px 0 0 0;
}

.t-2-position {
	font-weight: 500;
    font-size: 17px;	
}

.t-2-stars {
	display: block;
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #5C97A8;
	overflow: hidden;
}
.t-2-name {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto 0;
	font-weight: 600;
    font-size: 17px;
	line-height: 50px;
}

.t-stars {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;	
	right: 20px;
    font-weight: 600;
    font-size: 17px;
	line-height: 50px;
}
.t-stars .dashicons-star-filled {
    line-height: 50px;
}

.t-2-cont {
	font-weight: 400;
    line-height: 1.4em;
	padding: 20px;
}
