.reviews__item {
	border-radius: 20px;
	padding: 35px 30px;
	min-height: 250px;
	box-shadow: 2px 2px 4px 0 rgba(0 0 0 / 10%);
}
.reviews {
	padding: 80px 0 100px 0;
	overflow: hidden;
}
@media (min-width: 700px) AND (max-width: 1920px) {
	.swiper-reviews {
		overflow: unset!important;
	}
}
.reviews__item-title-wrapper {
	position: absolute;
	bottom: -22px;
	left: 0;
	right: 0;
	height: 44px;
	width: 100%;
}
.reviews__item-title {
	border-radius: 100px;
	background-color: #00482F;
	height: 100%;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
}

.reviews__item {
	margin: 22px 0px;
	background-color: #fff;
}
.reviews__items {
	margin-top: 40px;
}
.reviews__text {
	font-family: var(--ff);
}
.reviews__text p {
	font-family: var(--ff);
}
.reviews__title {
	font-size: 42px;
	font-family: var(--ff-title);
	line-height: 1.2;
	margin-bottom: 30px;
	font-weight: 700;
}



@media (max-width: 800px) {
	.reviews__title {
	    font-size: 35px;
	}
	.reviews__item-text br,
	.reviews__title br,
	.reviews__text br {
		display: none;
	}
}