.section--reviews .tabs-nav {
	justify-content: center;
}
	.reviews__wrapper {
		max-width: 80%;
		margin: 0 auto;
	}
	.review__slide {
		background-color: #fff;
	}
	.review__picture {
		max-height: 290px;
		max-width: 200px;
		margin-right: 55px;
	}
	.review__info {
		text-align: left;
	}
	.review__content + .review__name {
		margin-top: 20px;
		font-weight: bold;
	}
.section--reviews .slider-btns {
	margin-top: -24px;
}

@media (max-width: 1200px) {
	.reviews__wrapper {
		max-width: 100%;
	}
}