
.temoignage__card{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	flex-direction: row-reverse;
}

.temoignage__card:nth-child(odd){
	flex-direction: row;
}

.temoignage__image img{
	width: 70px;
}

.temoignage__body{
	text-align: left;
	margin: 0 20px;
}

.temoignage__title{
	margin-bottom: 6px;
	border-bottom: 1px solid;
}

.temoignage__title span{
	background: #eb5e28;
	color: #FFF;
	padding: 0 6px;
	margin: 0 4px;
	border-radius: 2px;
}

.temoignage__body p{
	margin: 0;
	font-style: italic;
}
