.reviews_carousel{
	margin-bottom: 170px;
	position: relative;
	color: #fff;
	margin-top: 80px;
}
.reviews_carousel .item{
	position: relative;
	width: 100%;
	/*height: 465px;*/
	margin: 0 20px;
	padding-top: 50px;
}
.reviews_carousel .item:after{
	position: absolute;
	right: 0;
	background: #FF6B00;
	top: 8px;
	content: '';
	width: 100%;
	height: 1px;
}
.reviews_carousel .item:before{
	position: absolute;
	right: 58px;
	top: 0;
	content: '';
	width: 50px;
	height: 47px;
	background : url(../../img/svg/quotes.svg) center / contain no-repeat;
}
.reviews_carousel .name{
	font-family: 'Furore';
	font-size: 32px;
	margin-bottom: 25px;
}

@media (min-width: 767px){
	.reviews_carousel .item{
		width: calc(50% - 40px);
	}
}