*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.wrapper{
	width: 100%;
	margin-top: 40px;
	background: #e71d86;
	padding: 30px 0;
}

.slider-testimonial{
	width: 85%;
	max-width: 1400px;
	margin: auto;
}

.testimonial-client{
	margin-bottom: 15px;
}

.testimonial-client img{
	max-width: 280px;
	width:100%;
	height: 100%;
	float: left
}

.client-titulo{
	font-family: 'Conv_Verb-Regular-Bold', sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 39px;
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
}

.client-name{
	font-family: 'Conv_Verb-Regular-Bold',sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
}

.testimonial-textprincipal{
	padding: 10px 165px;
	margin-right: -82px;
}

.testimonial-textprincipal {
	font-family: sans-serif;
	font-size: 18px;
	font-weight:normal;
	text-align: center;
	color: #ffffff;
}



.testimonial-text {
	font-family: sans-serif;
	font-size: 22px;
	font-style: normal !important;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

.testimonial-text2 {
	font-family: sans-serif;font-size: 22px;font-style: normal !important;
	font-weight: bold;text-align: center;color: #ffffff;margin-top: -12px;
}

.name3 {
	color: #14bae9 ;
	font-weight: bold;
	font-size: 25px;
	line-height: normal;
	text-align: center;
	margin-top: 45px;
}

@media (max-width: 990px) {
	.testimonial-client{display: flex;align-items: center;justify-content: center;}

}

@media (max-width: 768px) {

	.testimonial-client img{max-width: 220px;}

	.client-name{font-size: 19px;}
	.testimonial-textprincipal{padding: 0px 5px;margin-right: 17px;}
	.testimonial-text{padding: 0px 0px;}


	}

