/* ------------------- Reviews -------------------*/
.swiper.mySwiper {
	width: 100%;
	height: 100%;
}

.mySwiper .swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mySwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.swiper.mySwiper {
	margin-left: auto;
	margin-right: auto;
}

.mySwiper .review .review-img {
	width: 100%;
	height: 350px;
	border-radius: 12px;
	object-fit: cover;
}

.mySwiper .review .stars {
	display: block;
	margin: 0 auto;
	width: 100px;
	margin-top: 30px;
}

.mySwiper .review p {
	font-size: 17px;
	line-height: 26px;
	font-weight: normal;
	color: #000;
	letter-spacing: 0.5px;
	margin-top: 20px;
}

.mySwiper .review .reviewer {
	font-size: 17px;
	line-height: 18px;
	color: #000;
	letter-spacing: 0.3px;
	font-weight: 600;
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 7px;
}

.mySwiper .review .reviewer img {
	width: 12px;
	border-radius: 0;
}

.mySwiper .review .reviewer span {
	color: #37b72d;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.5px;
}

@media only screen and (max-width:1024px) {
	.review .review-img {
		max-width: 370px;
		width: 100%;
		margin: 0 auto;
	}
	
}
@media only screen and (max-width:1024px) {
	#reviews h2 {
		font-size: 26px !important;
		line-height: 32px !important;
		margin-top: 5px !important;
	}
	
	.review {
		padding: 0 20px;
	}
	
	
	
	.review .stars {
		margin-top: 25px;
	}
	
	.review p {
		font-size: 15px;
		line-height: 22px;
		margin-top: 10px;
	}
}