.testimonials {
	padding: 60px;
	border: 1px solid #65d594;
	position: relative;
	box-shadow: 0 0 20px 0 rgba(224, 224, 224, 0.4);
	margin-bottom: 100px;
	margin-top: 20px;
}

.testimonials__list-item {
	position: relative;
}

.testimonials__list-item:after {
	content: '';
	display: table;
	clear: both;
}

.testimonials__item-content {
	float: left;
	width: calc(100% - 230px);
	padding-right: 0;
	color: #102445;
	padding-top: 60px;
	position: relative;
	padding-bottom: 80px;
}

.testimonials__list-item:before {
	content: '“';
	position: absolute;
	left: 0;
	top: -40px;
	font-family: 'Freight-Big-Pro', freight-big-pro, serif;
	color: #65d594;
	font-size: 72px;
}

.testimonials__item-photos {
	float: right;
	width: 230px;
	padding: 0 15px;
}

.testimonials__content-text {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.31;
	font-family: 'Freight-Big-Pro', freight-big-pro, serif;
}

.testimonials__content-name {
	margin-top: 28px;
	font-family: AvenirRoman;
	font-weight: 900;
	letter-spacing: 2.8px;
	font-size: 24px;
	text-transform: uppercase;
}

.testimonials__content-company {
	font-family: AvenirRoman;
	margin-top: 5px;
	font-size: 22px;
	line-height: 1.56;
}

.testimonials__photos-user {
	width: 200px !important;
	height: 200px !important;
	border-radius: 50% !important;
	margin: 0 auto !important;
	display: block !important;
	border: 1px solid #65d594 !important;
	padding: 5px !important;
}

.testimonials__photos-company {
	margin: 40px auto 0;
	display: block;
	width: 140px;
}

.testimonials__controls {
	position: absolute;
	left: 100px;
	bottom: 100px;
}

.testimonials__controls-prev {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background: url('../images/Left Arrow.png') no-repeat center center;
	background-size: 100% 100%;
	white-space: nowrap;
	overflow: hidden;
	text-indent: -9999px;
}

.testimonials__controls-next {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background: url('../images/Right.png') no-repeat center center;
	background-size: 100% 100%;
	white-space: nowrap;
	overflow: hidden;
	text-indent: -9999px;
}

.testimonials__controls-counter {
	display: inline-block;
	vertical-align: middle;
	padding: 0 25px;
	font-family: 'Freight-Big-Pro', freight-big-pro, serif;
	font-size: 26px;
	color: #65d594;
	letter-spacing: 2px;
	font-weight: 700;
}

@media only screen and (max-width: 991px) {
	.testimonials {
		padding: 15px;
		margin: 0;
	}
	.testimonials__item-content {
		float: none;
		width: 100%;
		padding-right: 0;
		padding-bottom: 0;
	}
	.testimonials__list-item {
		padding-bottom: 80px;
	}
	.testimonials__item-photos {
		float: none;
		padding: 0;
		width: 100%;
		margin-top: 25px;
	}
	.testimonials__controls {
		left: 15px;
		bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.testimonials__content-text {
		font-size: 30px;
	}
	.testimonials__content-name {
		font-size: 18px;
	}
	.testimonials__content-company {
		font-size: 16px;
	}
}